Working-name local-first procedural world map generator for tabletop RPG worldbuilding.
Start points:
docs/prd/worldbuilder-map-generator-prd.mdfor MVP product decisions.refs/README.mdfor the Agent-Academy project-memory harness.refs/agents.yamlfor agent operating instructions.
Launch on Windows:
.\launch.ps1or double-click launch.bat.
Manual start:
npm install
npm run devThen open http://127.0.0.1:5173/.
Validation:
npm run validate
npm run buildHosted deploy trigger:
.\deploy.ps1The deploy helper validates, builds, requires a clean committed tree, then pushes main so GitHub Actions can upload the site using repository secrets.
Generation benchmark:
npm run benchmark:generationDesktop packaging:
npm run tauri:buildThe generator records per-phase diagnostics on generated projects so current runtime hotspots can be inspected from the app summary and benchmark output.
Do not store secrets or machine-local credentials in this repository.