Workflows

AGPL-3.0 License

Stars
1

A Webseite

This repsitory holds a website.

Running

Make sure Flask is installed (sudo pip3 install Flask) and then run:

python3 main.py

Testing

You can run the tests with python3 -m pytest --doctest-modules.