Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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