# Novu Bridge App
This is a [Novu](https://novu.co/) bridge application bootstrapped with [`npx novu init`](https://www.npmjs.com/package/novu)
## Getting Started
To run the development server, run:
bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
By default, the [Next.js](https://nextjs.org/) 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](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:
- [Novu](https://novu.co/)
You can check out [Novu GitHub repository](https://github.com/novuhq/novu) - your feedback and contributions are welcome!
# Novu Bridge App
This is a [Novu](https://novu.co/) bridge application bootstrapped with [`npx novu init`](https://www.npmjs.com/package/novu)
## Getting Started
To run the development server, run:
bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
By default, the [Next.js](https://nextjs.org/) 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](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:
- [Novu](https://novu.co/)
You can check out [Novu GitHub repository](https://github.com/novuhq/novu) - your feedback and contributions are welcome!