Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

pixelbar/pixelbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelbank codecov

Pixelbank is a simpel server-client balance system. It's heavily inspired by revbank.

How to run

For the server nodejs is needed. Clients can be written in any language. An example client is included which is also written in nodejs.

Run the following commands to build the server

cd server
npm build

An out directory will be created. This and the node_modules folder can be run on the target machine by running node out/index.js

This entire process can be simplified by running

cd server
npm build_and_start

which combines the above steps in one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages