- Go to Novu and click Sign Up.
- Use GitHub Account to login.
Your project needs to be configured with the API key from your Novu dashboard.
Before continuing, please ensure you have Node.js installed and accessible from your shell.
Next, use the following command to install the necessary dependencies:
npm install
Create .env
file and paste your API key:
NOVU_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
Run the app in the terminal:
npm run start