Skip to content

WorldJen Docs

VitePress-powered documentation site for WorldJen.

Local

bash
cd docs && npm install && npm run dev

Open http://localhost:5173

Build

bash
npm run build

Output is in docs/dist. The deploy workflow builds the docs app and uploads docs/dist to GitHub Pages.