npm installnpm run update- Start the application in development mode:
npm start
To create binaries locally, execute npm run build.
Pushing a tag to GitHub following the format v* (e.g. v2.0.0) will automatically publish a release.
Binaries for release are built on Windows to support adding Windows executable resources. This is done by running npm run release.
