VifTron
an OnVif client built with Electron
Installation
Global dependencies:
npm install -g bower gulp
Local dependencies:
npm install && bower install
Running the server
npm start
Building app files into dist/
gulp build
orgulp watch
(autobuild)
All together now
gulp develop
(autobuild, autorestart)