For the easiest setup? Read this or just run
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
to install UV.
After cloning this repo(AKA downloading the .zip and extracting it somewhere), run uv sync
and .venv\Scripts\activate.bat
in CMD(in the folder you extracted).
Then, run mkdocs serve
to start a debug server.
You will find your debug docs at http://127.0.0.1:8000/
Make new files, commit using git if you know how to, otherwise just ask someone in the Discord server to do it for you.
For more information, visit https://www.mkdocs.org/user-guide/writing-your-docs/
Ask ChatGPT if stuck.
Install mkdocs
somehow, and run mkdocs serve
.