The shortest safe path from clone to a locally running instance.
Clone the repository and run pnpm install from the root.
pnpm install
Add local backend environment variables.
Run pnpm build from the root.
pnpm build
Run pnpm start from the root.
pnpm start
Open http://localhost:3000.
http://localhost:3000
The root build validates cross-package dependencies and produces the artifacts expected by the start command.
The repository also exposes pnpm dev, but that mode is resource-intensive and should be used only when you explicitly need live development servers.
pnpm dev
Once the app is running, continue with the Platform section for domain context or with the Architecture section for implementation details.
Last updated 15 days ago