- Run
npm run build(ormake verify) to compile the Next.js app with the configuration exported fromnext.config.ts. - Start the server with
npm run start, which honors the project-mode environment variables already covered in this docs section. - The build output relies on Turbopack during development but falls back to the stable Next.js compiler for production, matching the upstream configuration.
Deployment
Production Build
Create optimized builds with the provided scripts and Makefile targets.
Production builds use the same commands documented in the repository:

