CAM-SIMA developer documentation
Required python libraries (pip install):
- mkdocs
- mkdocs-material
- Clone the repository and checkout
main
- Run the server (from top of the repository directory):
mkdocs serve
(orpython -m mkdocs serve
- Open the documentation on your local server:
http://127.0.0.1:8000/
- Make edits
- Push directly back to
main