Inngest Flow Control demo
Requirements:
- Inngest Dev Server
- Supabase database
Setup
- Create a new Supabase database
- Add the credentials to a new
.env.local file (see .env.example)
- Run
init.sql in the Supabase dashboard
- Install dependencies:
pnpm install
- Start the server:
pnpm run dev
- Start the Inngest Dev Server: `npx inngest-cli@latest dev -u http://localhost:3000/api/inngest --no-discovery
Open http://localhost:3000 in your browser to demo!