Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 692 Bytes

File metadata and controls

49 lines (32 loc) · 692 Bytes

glo-api-test

Testing grounds for Axosoft's new Glo API

Getting Started

Install dependencies:

npm install

Other 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 start

Build

WARNING - electron-packager not working on latest Node.js for me... Check this later?

Install global dependencies:

npm install electron-packager -g

Build for Mac

npm run package-mac

Build for Windows

npm run package-windows

Build for Linux

npm run package-linux