- Python 3.11 or newer
- VENV is highly recommended
- Linux-based host highly recommended
# create a venv at project root with name of {path}
source .venv/{path} # will be gitignored
pip install mkdocs
pip install -r requirements.txt
pip install mkdocs-material
mkdocs serve
changes made in docs/
will be reflected in the browser session.