Getting started
Clone, install, and run the template locally.
Get running in a few minutes.
1. Create from the template
gh repo create my-app --template corvus-lat/one-template
cd my-app && pnpm install
2. Set up Convex
npx convex dev # creates a deployment + writes NEXT_PUBLIC_CONVEX_URL
npx @convex-dev/auth # sets JWT keys for auth
3. Run
pnpm dev
Open localhost:3000. Sign up — the first user is seeded with demo data.