Skip to content

Cookie-gg/novu-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novu-starter

The tutorial for novu with nextjs.

Click a article for this project

Getting Started

Install dependencies

bun

Setup Novu

  1. Create your Novu account

    https://docs.novu.co/getting-started/novu-sign-up

  2. Create a new workflow

    https://docs.novu.co/workflows/notification-workflows

Create .env.local file

touch .env.local

Each value, referenced from Novu, can be found in the Novu dashboard.

NEXT_PUBLIC_NOVU_APP_INDENTIFIER=""

NOVU_API_KEY=""
NOVU_TOPIC_KEY=""
WORKFLOW_IDENTIFIER=""

Run dev server

bun dev