jpscontracting/README.md

16 lines
219 B
Markdown
Raw Permalink Normal View History

2017-01-12 18:08:01 +00:00
# Running the site
-------------------
`
source env/bin/activate
export FLASK_APP=run_site.py
export FLASK_DEBUG=1
flask run --host=0.0.0.0
2017-06-06 03:28:33 +00:00
`
## Building the static site
`
source env/bin/activate
python run_site.py
`