Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 865 Bytes

File metadata and controls

49 lines (33 loc) · 865 Bytes

Setup

Development

Install dependencies:

bun install

Run app + Convex locally:

bun run dev

Run only the web app:

bun run dev:web

Build / Run

bun run build
bun run start

Quality checks

bun run typecheck
bun run lint

Environment variables

Copy .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 (client VITE_* vars + secrets that bun run dev seeds into the local Convex deployment).
  • convex/.env.example — the Convex deployment env vars to set in the dashboard or via npx convex env set for cloud/prod.

Stripe webhook endpoint (for the Convex Stripe component):

  • https://<your-deployment>.convex.site/stripe/webhook