This is a website to show off some of my personal projects in a digital medium
After cloning the repository make sure to install virtualenv using pip install virtualenv
Afterwards create the virtual environment by running python venv .venv
Enter the virutal environment by running source .venv/bin/activate
Install the project dependencies by running pip install -r requirement.txt
Set the environment variable for flask using export FLASK_APP=main.py
Start the server by running flask run