# Local build setup With venv ``` cd ./website python3 -m venv ./venv/ source ./venv/bin/activate # source ./venv/bin/activate.fish pip3 install mkdocs-material ``` Then ``` mkdocs serve ``` # More details can be found * *