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 Netlify.
After installing dependencies with yarn, run the development server:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
Inngest functions are available at pages/api/inngest.ts.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!