Quick Start

# Regenerate the wiki
python3 wiki-gui/generate_wiki.py

# Serve locally (any static server works)
cd llm-wiki-html && python3 -m http.server 8080

# View in browser
open http://localhost:8080/

The default source is ../llm-wiki/ and the default output is ../llm-wiki-html/. Override with --source and --output flags:

python3 generate_wiki.py --source /path/to/wiki --output /path/to/html

Deployed Instance

The wiki is live on the Pi at http://100.120.38.37:8080/. It is served by the d3-wiki-gui systemd service. See DEPLOYMENT.md for details.