219 B
219 B
Running the site
source env/bin/activate export FLASK_APP=run_site.py export FLASK_DEBUG=1 flask run --host=0.0.0.0
Building the static site
source env/bin/activate python run_site.py