This is part of the HAIoT System for house automation.
At the end of the next steps, a server will be up and running on your local 3000 port (but you can change this at environment level).
git clone https://github.com/ha-iot/ha-frontend/
cd ha-frontend
npm i
Before starting the server, you need to specify the socket server URL (see .env.example). You can do so by setting the environment itself or creating a file named .env
with your environment variables.
npm start