download the source code from github - either by cloning the repository or by downloading the source archive directly from this url.
once you have the source downloaded, run python -m venv .venv to activate the virtual
environment, followed by a pip install -r requirements.txt to install all dependencies.
run flask --app source/server run to start a development server.
if you wish to deploy this app to production, follow this guide.
the html templates make use of components from the free and open source library hyperui.
this code is licensed under the agpl-3.0 license, a copy of which you can find here.