Install
Netstamp uses pnpm workspaces for JavaScript packages and Go modules for the backend. The root preinstall script enforces pnpm.
pnpm installRun
The docs site, React app, and backend are intentionally separate processes.
just docs-dev
just web-dev
just backend-devBuild
Use the root Justfile for complete validation or target individual workspaces while iterating.
just build
just lint
just testOpenAPI
The docs API explorer reads docs/public/openapi.json. Regenerate it from the TypeSpec API contract when HTTP operations change.
just api-openapi