Skip to content

React web interface of the diyhue bridge emulator

Notifications You must be signed in to change notification settings

diyhue/diyHueUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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