##HomeController for Home Assistant
- Clone this repo using
git clone https://github.com/ashwinvandijk/HomeController.git
- Run
npm install
to install dependencies. - Copy app/config.sample.js to app/config.js and set the correct values.
- Run
npm start
to see the app athttp://localhost:3000
.
You're all set!