Lumenaire is a cross platform implementation of Lumen.
# Clone and enter project
$ git clone https://github.com/bencevans/lumenaire.git
$ cd lumenaire
# Install deps and run in development
$ npm install
$ npm start
# Package for specific OS
$ npm run package-linux
$ npm run package-osx
$ npm run package-win32
# Package for all OSs
$ npm run package-all
MIT © Ben Evans