Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 871 Bytes

fnordcredit Greenkeeper badge Travis badge

Open source credit system

Innovative, easy to use credit system for multiple users that comes with an intuitive design: Create an account and charge or discharge your credit.

Development

fnordcredit is written in Javascript/Node.js/react/knex.

To start a local development server do the following:

git clone [email protected]:silsha/fnordcredit.git
cd fnordcredit
yarn
cp .env.example .env
yarn newDatabase
yarn build
  
# Don’t forget to build the frontend
cd fnordcredit-frontend
yarn
yarn build
cd ..

As last step, start the local development server using yarn start and visit http://localhost:8000