A rebuild of the original ishetaldonderdag.nl
based on Python 3.11 and Flask v2.3.3.
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
source venv/bin/activate
Install requirements:
pip install -r requirements.txt
Install dependencies:
pipenv install --dev
To start a local development server on port 5000
run:
pipenv run flask --app index.py --debug run
Icons made by Becris from www.flaticon.com.