Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 755 Bytes

Development docs

Dependencies

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

Building the app locally

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.

Creating new release

See: https://github.com/samuelmeuli/action-electron-builder#releasing