Local Build

You'll need to install Material for MKDocs and some plugins:

pip install mkdocs-material
pip install mkdocs-minify-plugin
pip install mkdocs-include-markdown-plugin

After that, in the root of your repository clone, simply run

mkdocs serve

In the console you will see something like

INFO    -  [10:46:26] Serving on http://127.0.0.1:8000/
Open this link and check it out.