- Go to https://console.neon.tech/
- Click New project
- Pick a name and click Create
- Go to https://dashboard.clerk.com/apps/new
- After creating the Clerk application, find the correct environment variables here https://clerk.com/docs/quickstarts/tanstack-react-start#set-your-clerk-api-keys
- Add the Clerk environment variables as Cloudflare Workers secrets:
bunx wrangler secret put <KEY>
- Add development environment variables to
.dev.vars - Install dependencies:
bun install - Start the app in development mode:
bun dev