Guide 4 of 4

Developer notes

Optional — only if you want to edit code

You can ignore this file if you only want to publish your portfolio.

Local development

Use this file as template:

  • .env.local.example

Create your local env file:

cp .env.local.example .env.local

Then run:

npx convex dev
npm run dev

Main scripts

  • npm run setup — end-user wizard (production setup)
  • npm run dev — local Next.js dev
  • npm run buildconvex deploy && next build
  • npm run deploy:convex — deploy Convex only