Dokumentation
This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Philipp Rothmann f289332637 foo
2021-12-13 17:33:55 +01:00
docs foo 2021-12-13 17:33:55 +01:00
.drone.yml foo 2021-12-13 17:33:55 +01:00
.env.sample foo 2021-12-13 17:33:55 +01:00
.gitignore init 2021-12-13 12:08:49 +01:00
compose.yml foo 2021-12-13 17:33:55 +01:00
Dockerfile init 2021-12-13 12:08:49 +01:00
mkdocs.yml init 2021-12-13 12:08:49 +01:00
README.md init 2021-12-13 12:08:49 +01:00
requirements.txt init 2021-12-13 12:08:49 +01:00

python3 -m venv env
env/bin/activate
pip3 install -r requirements.txt
mkdocs serve