Bootstrap flow
- Copy .env.example to .env and point DATABASE_URL at a Postgres database.
- Run pnpm db:push to sync the sample Post model.
- Start the app with pnpm dev or build the Cloudflare-targeted bundle with pnpm build.
Next.js + Prisma + Cloudflare
Minimal Pages Router starter built for local web development first and Cloudflare Workers deployment second.
pnpm devpnpm buildpnpm deploypnpm db:pushpnpm lintpnpm typecheck