Learning how to make a static and dynamic website using HTML.
After you've cloned a local copy of this repository, run the following commands in the terminal:
cd surviving_fs/
open index.html
After you've cloned a local copy of this repository, run the following commands in the terminal:
cd surviving_fs/
FLASK_APP=app.py flask run
This repo uses Python 3.6.0. All python packages can be found in the requirements.txt
file.