Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 455 Bytes

File metadata and controls

13 lines (10 loc) · 455 Bytes

Built with Material for MkDocs

python -m venv venv
./venv/Scripts/Activate.ps1

./python-path.ps1
Get-ChildItem plugins | ForEach-Object { pip install -e $_.FullName }
pip install -r requirements.txt
pip install mkdocs-material[recommended]

mkdocs serve --watch-theme