- A Django app. This serves as the frontend for the main application
- Have
node.jsinstalled - Recommended to use a virtualenv
- Install the python requirements.
pip install -r requirements.txt - Run
python setup.py develop - Install the frontend requirements.
npm install - Install the frontend components.
bower install - Build the frontend components.
node_modules/grunt/bin/grunt build_bower
- Run
./manage.py runserver