The Web UI used by DiyHue Emulator.
- 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 IPconst HOST_IP = "http://192.168.1.10";
npm start
to start a development instance