Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 363 Bytes

File metadata and controls

5 lines (5 loc) · 363 Bytes

Running locally

  1. If the backend is running locally, make sure to change the backend_endpoint variable in components/MapChart.js and components/LiveDataMQTT.js to the correct endpoint
  2. Run npm i to install packages
  3. Run npm start to run the app in development mode
  4. Open http://localhost:3000 to view it in your browser.