Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 420 Bytes

##HomeController for Home Assistant

HomeController

Quick start

  1. Clone this repo using git clone https://github.com/ashwinvandijk/HomeController.git
  2. Run npm install to install dependencies.
  3. Copy app/config.sample.js to app/config.js and set the correct values.
  4. Run npm start to see the app at http://localhost:3000.

You're all set!