We use MkDocs to create a static site from this repository. For local development,
- Install MkDocs.
pip install mkdocs - Install the MkDocs Material theme.
pip install mkdocs-material - To test locally, run
mkdocs servefrom the project directory.
8000