Requires Node >12.0.1
Commands List:
npm run rebuild
to build all native node modules.npm run dev
to run the desktop application indevelopment
mode../node_modules/.bin/electron-builder build -mwl
(wherem
: mac,w
: windows,l
:linux) to compile the program.