This is the Open Data Impact Case Studies website.
- Python 2.7
- pip and virtualenv
- SASS (Optional)
virtualenv venv
# On Windows, replace the following line with 'venv\Scripts\activate'.
source venv/bin/activate
pip install -r requirements.txt
To develop the site, run python build.py runserver
and visit
http://localhost:7000/. All static assets will be rebuilt as
you change them. However, if sass
isn't on your command-line,
your SASS files won't be rebuilt.
The site
directory will contain the generated website files.
To deploy the site, run python build.py deploy
.