User and developer documentation for Zerp, built with Docusaurus.
Two doc sets live side by side:
docs-user/— User Docs (served at/docs)docs-developer/— Developer Docs (served at/developer)
npm install
npm startStarts a local dev server with live reload.
npm run buildGenerates static content into build/, served by npm run serve.
Pushing to main triggers .github/workflows/deploy.yml, which builds the
site and deploys it to GitHub Pages automatically.