solo/docs/documenting.md
2018-09-17 23:32:01 +02:00

10 lines
307 B
Markdown

Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
- install python3 and pip
- `pip install mkdocs mkdocs-material`
- `mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.