Dashboard that is used to present data captured via @meetrix/lib-monitoring
- Ubuntu
- MacOS
- Windows
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.
- Git
- Node 16
# Copy the .env.example contents into the .env
1. cat .env.example > .env
2. npm install
3. npm start
- Start
webrtc-monitoring-backend
- Start
webrtc-monitoring-dashboard
and go to login and create account
UI Component development with Storybook
- Run
npm run storybook
- Stories can be found in
src/stories
- Reusable components should be located in
src/components
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.