- Clone repositories
git clone https://github.com/JunctionXHackathon/fleet-management
git clone https://github.com/JunctionXHackathon/mqtt-socket-bridge
- Run MQTT socket bridge, this is a backend server that acts as a bridge between MQTT and the frontend, since it was not possible to run MQTT directly in the browser
cd mqtt-socket-bridge
npm i
node app.js
- Run the frontend server
cd fleet-management
npm i
npm run dev