- First, install the dependencies
npm i
# or
yarn
# or
pnpm i
You can use the db/schema.sql
to setup your database.
- Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Then, start the Inngest DevServer:
npx inngest-cli@latest dev
Open http://127.0.0.1:8288 with your browser to see the Inngest DevServer.