Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.59 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.59 KB

HAIoT - Frontend App

A user-friendly Progressive Web App to control a house from anywhere.

Build Status codecov David DM

HAIoT System

This is part of the HAIoT System for house automation.

Development

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).

Clone the repo

git clone https://github.com/ha-iot/ha-frontend/
cd ha-frontend

Install the dependencies

npm i

Start the server

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