Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 221 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 221 Bytes

Boardzorg

Run server

pip install -r server/requirements.txt
python server/app.py

Requires postgresql. Run it in docker if you want to

Build client

cd client
npm install
npm run [build|watch]