This is a Next.js v12 project bootstrapped with create-next-app
. It is a reference on how to send and receive events with Inngest, Next.js, and Vercel.
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Inngest functions are available at
inngest/
. - The Inngest handler is available a
pages/api/inngest.ts
.
- Inngest Documentation - learn about the Inngest SDK, functions, and events
- Next.js Documentation - learn about Next.js features and API.