Install dependencies:
bun installRun app + Convex locally:
bun run devRun only the web app:
bun run dev:webbun run build
bun run startbun run typecheck
bun run lintCopy .env.example to .env.local and fill it in — it lists every variable,
grouped by section (convex, clerk, stripe, mux, storage, autumn, chunkify).
- Root
.env.example— local dev env (clientVITE_*vars + secrets thatbun run devseeds into the local Convex deployment). convex/.env.example— the Convex deployment env vars to set in the dashboard or vianpx convex env setfor cloud/prod.
Stripe webhook endpoint (for the Convex Stripe component):
https://<your-deployment>.convex.site/stripe/webhook