Useful Commands

pnpm dev       # runs the dev server
pnpm build     # builds for production
pnpm start     # run production build
pnpm typecheck # run TypeScript checks

For deployment, set environment variables in your host dashboard. Use NEXT_PUBLIC_BASE_URL as the canonical base URL.