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 devnpm run build—convex deploy && next buildnpm run deploy:convex— deploy Convex only