Installation details are here.
Backend API documentation is here.
Django configuration help is here.
- Tests run with
npm test
- Build assets with
npm run build
- Watch/build in development with
npm run watch
# Start working in virtualenv (see installation details on how to prepare virtualenv)
source venv/bin/active
# Start open to the world server on port 8000
python manage.py runserver 0.0.0.0:8000
# Exit virtualenv
deactivate
# Start working in virtualenv (see installation details on how to prepare virtualenv)
source venv/bin/active
cd tests/python
py.test -s
# Exit virtualenv
deactivate