Dokumentation
 
Go to file
Philipp Rothmann 3d97346ae6
continuous-integration/drone/push Build is passing Details
disable matrix notification
2022-07-23 23:47:05 +02:00
docs restructure 2022-07-23 23:28:17 +02:00
.drone.yml disable matrix notification 2022-07-23 23:47:05 +02:00
.env.sample foo 2021-12-13 17:33:55 +01:00
.gitignore init 2021-12-13 12:08:49 +01:00
.gitmodules restructure 2022-07-23 23:28:17 +02:00
Dockerfile init 2021-12-13 12:08:49 +01:00
README.md init 2021-12-13 12:08:49 +01:00
compose.yml use tls 2022-03-07 10:45:13 +01:00
mkdocs.yml restructure 2022-07-23 23:28:17 +02:00
requirements.txt init 2021-12-13 12:08:49 +01:00

README.md

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