Demo Electron app to interact with Budget Statement documents.
Install dependencies:
$ yarn install
Start development mode:
$ yarn start
Create package for the current platform:
$ yarn make
Build for Mac OSX: (only works on Mac)
$ npm make:mac
Build for Linux (deb and dpkg): (works on Linux or Mac)
$ npm make:linux
Build for Windows: (only works on Windows)
$ npm make:windows
For a complete list of Electron Forge options and requirements, visit the official docs.