This is the repository for the documentation of the opendatamap
You should have installed:
- Python 3.x or 2.7 with pip
- mkdocs (https://www.mkdocs.org/#installation)
- mkdocs-material
pip install mkdocs-material
You can start a development server on port 8000 with mkdocs serve
You can deploy the changes to GitHub Pages (the live environment) with mkdocs gh-deploy