Skip to content

Ex-iT/ishetaldonderdag

Repository files navigation

IsHetAlDonderdag.nl

A rebuild of the original ishetaldonderdag.nl based on Python 3.11 and Flask v2.3.3.

Development

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

Attribution

Icons made by Becris from www.flaticon.com.