Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 410 Bytes

Readme.md

File metadata and controls

8 lines (6 loc) · 410 Bytes

Amon Documentation

Development

We use MkDocs to create a static site from this repository. For local development,

  1. Install MkDocs. pip install mkdocs
  2. Install the MkDocs Material theme. pip install mkdocs-material
  3. To test locally, run mkdocs serve from the project directory.