My Christmas project update for 2020 (original project is node-christmas)
Click here to watch it in action
- clone repo and run
npm install --save-dev
to install the required dependencies - set config to your liking in
.env
andserver/config.js
- run
npm start
(you may need to usesudo
for elevated permissions) - enjoy!
- style application [in progress]
- add settings menu [in progress]
- (maybe) integrate with Harmony Bridge by using hue-bridge-emulator like last year
This project was bootstrapped with Create React App.