Dokumentation
 
Go to file
Philipp Rothmann 86b21ebf4b init 2021-12-13 12:08:49 +01:00
docs init 2021-12-13 12:08:49 +01:00
.gitignore init 2021-12-13 12:08:49 +01:00
Dockerfile init 2021-12-13 12:08:49 +01:00
README.md init 2021-12-13 12:08:49 +01:00
docker-compose.yml init 2021-12-13 12:08:49 +01:00
mkdocs.yml init 2021-12-13 12:08:49 +01: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