Testing grounds for Axosoft's new Glo API
Install dependencies:
npm installOther dependencies:
• You will need a GLO OAuth config from Axosoft in order to proceed.
• Copy src/config.tpl.json to src/config.json
Build angular2 code and run current app locally:
npm startWARNING - electron-packager not working on latest Node.js for me... Check this later?
Install global dependencies:
npm install electron-packager -gBuild for Mac
npm run package-macBuild for Windows
npm run package-windowsBuild for Linux
npm run package-linux