Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 905 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 905 Bytes

Novu Bridge App

This is a Novu bridge application bootstrapped with create-novu-app.

Getting Started

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 workflow

Your first email workflow can be edited in ./app/novu/workflows.ts. You can adjust your workflow to your liking.

Learn More

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!