Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 780 Bytes

This is the frontend application supporting the Ambi Rust project. It provides a unified dashboard for ambient sensor data.

Ambi Front-End

Quickstart

To view a functional dashboard, start the mock-client and server and then;

Simply run:

npm i && npm run dev

Open http://localhost:3000 with your browser to see the result.

Running the Ambi Mock Client to generate fake sensor values

Clone the Ambi Mock Client repo and follow these instructions

Running the Server

Clone the Ambi Server repo and follow these instructions