Skip to content

diyhue/diyHueUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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