Helping aid workers hit the ground running with quickly absorbable health and childcare knowledge
- Clone repo
git clone git@github.com:empowerhack/HealthStarter.git
- Run command in cli
pip install virtualenv
- cd into
ENV/
folder - Run command in cli
source bin/activate
- To run the django server
cd hackathon
- Run command in cli
python manage.py runserver
- View application visit
http://127.0.0.1:8000
in your browser.
And hey presto site should be there.