Select Git revision
Florian MEULEMAN authored
README.md 267 B
Démarrer en local la documentation
Avec Docker
./run.sh
#then go to http://localhost:8000
Avec Python (orienté développement, hot-reload)
# install deps
pip install -r requirements
# start mkdocs server
python -m mkdocs serve