The Web UI used by DiyHue Emulator.
- Download latest LTS Node JS version
git clone https://github.com/diyhue/diyHueUI.gitcd diyhueuinpm installto install all dependencies- Replace the IP address in this line in
app.jswith your DiyHue Emulator IPconst HOST_IP = "http://192.168.1.10"; npm startto start a development instance