/Workflows

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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.