A small application built in JavaScript, html5 and css, wrapped in Node Webkit.
# Clone this repository into your computer with,
git clone [URL]
# Then run following command in the terminal
npm install
# If you want to test the application during developoment, just run:
npm run dev
When you are finished with the application development, just run npm run prod
and the NW will build your application into the BuildDir folder. It currently compiles (transpiles) into Windows 32 & 64-bit, OSX 64-bit, and Linux 32 & 64-bit.