This repo contains the code related to the frontend of the Local-Monitor and Cloud-Backend.
To run the Web-Monitor follow these steps:
- Clone the repo.
- Installs the dependencies using the yarn package manager
yarn
- Run the server:
yarn start
please refer to our contributing guide for more information.