Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 602 Bytes

proxydoodle

Dependencies

To work with this project locally you will need the following software:

Quickstart

To bootstrap Django:

cd path/to/project/repository
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
manage.py syncdb --migrate

To Bootstrap the front-end with Grunt:

cd proxydoodle/frontend
npm i
bower install
grunt watch