Project by the Digital Arts Leaderships and Innovation (DALI) Lab at Dartmouth College.
Built on Django, Angular.js, Coffeescript, and Bootstrap.
Run all commands from root directory of project.
pip install django
cd app/static; npm install; cd ..;
coffee --watch -c app/static/
Remove --watch
if you just want to compile once.
python manage.py runserver