Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.25 KB

Meetrix WebRTC Monitoring Dashboard

Dashboard that is used to present data captured via @meetrix/lib-monitoring

Project can be run on following OS

  1. Ubuntu
  2. MacOS
  3. Windows

Prerequisites

The following pre-requisites should be setup through your terminal on your development machine. Please refer to tool installation guides by the developers to set these up.

  1. Git
  2. Node 16

Project setup

# Copy the .env.example contents into the .env
1. cat .env.example > .env

2. npm install

3. npm start

Usage and development with lib, backend and common-lib

  1. Start webrtc-monitoring-backend
  2. Start webrtc-monitoring-dashboard and go to login and create account

UI Component development with Storybook

  1. Run npm run storybook
  2. Stories can be found in src/stories
  3. Reusable components should be located in src/components

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.