Welcome to the Clockor2 documentation repo! The Clockor2 docs can be found at clockor2.github.io/docs.
Create a virtual env && Install docs deps (only need to run once).
python3 -m venv env
env/bin/pip install mkdocs-material mkdocs-videoStart the docs server
env/bin/python -m mkdocs serve