Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 541 Bytes

interactive-directory

Project by the Digital Arts Leaderships and Innovation (DALI) Lab at Dartmouth College.

Built on Django, Angular.js, Coffeescript, and Bootstrap.

Set-up

Run all commands from root directory of project.

Install Django

pip install django

Download dependencies

cd app/static; npm install; cd ..;

Compile coffeescript

coffee --watch -c app/static/

Remove --watch if you just want to compile once.

Run app

python manage.py runserver