Electron-based user-interface to control the chp-lighting library over serial connections.
Since a required dependency is hosted in another repository (as opposed to npm), some additional setup is needed before installing packages.
A GitHub user token is required for yarn to download chp-lights-module.
Follow the instructions here to generate a token,
and put it in a local .npmrc file with the entry //npm.pkg.github.com/:_authToken=TOKEN.
Then, run yarn install to install packages, and yarn start to run locally.
