To set up the backend:
- Run
virtualenv venv - Activate the virtualenv:
. venv/bin/activate(Windows:venv\scripts\activate) - Run
pip install -r ./requirements.txtto install all depencencies
To run it: python run.py
To set up the frontend (angular + backbone and more, node and npm are assumed to be installed already)
- Change to directory frontend:
cd frontend - Install gulp:
npm install -g gulp(run withsudoif there are permission problems) - Install all dependencies
npm installand get yourself some coffee, this’ll take way too long because npm :( - ...
- profit?