Install frontend app with npm install
Install backend with pip install -r requirments.txt
Create db with python create_db.py
Run app with python runserver.py
Run tests with npm test
Compile less with lessc app/less/styles.less app/static/css/styles.css
Don't forget to run webpack; webpack --watch