Cuevana Storm desktop app based in peerflix module, packaged with node-webkit
npm install
npm run
npm run build
Builds app executable for your current platform and place it under build/<platform>/
.
Run npm run watcher
to automatically compile every time a file changes.
Inspired by Popcorn Time's use of peerflix module. Expanded on their idea.