This is a Novu bridge application bootstrapped with create-novu-app
.
To run the development server, run:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
By default, the Next.js server will start and your state can be synchronized with Novu Cloud via the Bridge Endpoint (default is /api/novu
). Your server will by default run on http://localhost:4000.
Your first email workflow can be edited in ./app/novu/workflows.ts
. You can adjust your workflow to your liking.
To learn more about Novu, take a look at the following resources:
You can check out Novu GitHub repository - your feedback and contributions are welcome!