Install mkdocs and the material theme.
pip install mkdocs
pip install mkdocs-material
# cd to git repository
mkdocs build
mkdocs serve
If you hit any issues during setup, make sure you have python and pip installed to your machine. More details can be found here.
If you would like to add or change anything, fork this repository and add your changes. Once you are ready send us a Pull Request!