tata1mg / notifyone-dashboard

0 stars 1 forks source link

NotifyOne Dashboard

NotifyOne Frontend is the client-side application for NotifyOne, an open-source, event-based notification system designed to provide a scalable, multi-channel notification solution.

Why NotifyOne Dashboard?

NotifyOne Frontend offers a user-friendly interface to interact with the NotifyOne backend, empowering users to configure events, define notification channels, and manage notification priorities seamlessly.

Features

Getting Started

Installation

# Clone the repository
git clone [NotifyOne Dashboard](https://github.com/tata1mg/notifyone-dashboard.git)

# Navigate to the project directory
cd notifyone-dashboard

# Install dependencies
npm install

# Start the development server
npm start

Starting the backend server

Remember, before running the dashboard, make sure that the backend is running. To run the backend, checkout the readme of the NotifyOne repository.