The project was built with node v20+
. Older versions might work too, but haven't been tested.
To install this version of node I recommend using:
NVM or NVM for Windows
based on your operating sytem.
Downloading rest of the dependencies after is fairly trivial:
npm install
You can easily build the project on your own machine, just run the following command:
npm build
This will create the dist_electron
folder in the project's root directory with the binaries for your
platform.
See: https://github.com/samuelmeuli/action-electron-builder#releasing