Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 451 Bytes

File metadata and controls

18 lines (12 loc) · 451 Bytes

Welcome to the Clockor2 documentation repo! The Clockor2 docs can be found at clockor2.github.io/docs.

Development

Create a virtual env && Install docs deps (only need to run once).

python3 -m venv env
env/bin/pip install mkdocs-material mkdocs-video

Start the docs server

env/bin/python -m mkdocs serve