Spaces:
Running
Running
| # Start the MQTT Ingestion Service in the background | |
| echo "π Starting MQTT Ingestion Service..." | |
| npm run mqtt:start & | |
| # # Start the Sensor Simulator in the background to provide live data for the demo | |
| # echo "π Starting Sensor Simulator..." | |
| # npm run simulate & | |
| # Start the Next.js web application | |
| echo "π Starting Next.js Web Server..." | |
| npx next start -H 0.0.0.0 -p 3000 | |