Dokumentation
Find a file
Philipp Rothmann c6ceb83242 fix hostname
2021-12-18 10:21:03 +01:00
docs foo 2021-12-13 17:33:55 +01:00
.drone.yml fix hostname 2021-12-18 10:21:03 +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