This project was hacked together by the "Unhandled Exceptions" team during the 2013 Southern Utah Code Camp.
- Clone the repository.
- Install the necessary dependencies:
sudo apt-get install python-dev python-virtualenv libncurses5-dev
- Run
./bootstrap
to get everthing setup. - Run
./manage.py runserver_plus 0.0.0.0:8000
to start up the development server. - Develop!