Steps to load website:
- Git clone this repo if needed
- run
python -m venv venv
to create the virtual environment - Enter the virtual environment with
./venv/Scripts/Activate.ps1
- Install required packages with
pip install -r requirements.txt
- Start the webserver/website with
flask run