Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 498 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 498 Bytes

DIYHUE UI Repository

The Web UI used by DiyHue Emulator.

How to get started with UI development

  • Download latest LTS Node JS version
  • git clone https://github.com/diyhue/diyHueUI.git
  • cd diyhueui
  • npm install to install all dependencies
  • Replace the IP address in this line in app.js with your DiyHue Emulator IP const HOST_IP = "http://192.168.1.10";
  • npm start to start a development instance