uteq / agralog-electron

Electron wrapper for the Agralog website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agralog Electron

Electron wrapper for the Agralog website.

This is just a wrapper for the Agralog site inside Electron. Default it will direct to https://agralog.nl/launcher.

Installation

  1. Run npm install
  2. To startup local environment run npm start.

If you have changes in your file type rs to restart the service.

Build

To build the app run npm run make. This will build the app in the out directory.

Release

For release we use Github Actions. Release workflow runs when a tag is created. We can utilize the npm-version command for versioning and creating tags.

npm version [ major | minor | patch ]
git push --follow-tags

The download files will be available on the release page.

Credits

About

Electron wrapper for the Agralog website.


Languages

Language:JavaScript 100.0%