To run the project locallly
- Install the latest NODEJS LTS
- Clone Repostitory
To run the project ad hoc in developer mode locally open a command window to the repo and type
npm start
To build a new version of the application for distribution type the command:
npm run make
When Creating a new Electron project create a new folder, navigate to it using command and then type the following commands:
npm init
npm install --save-dev electron
npm install --save-dev @electron-forge/cli
For more information check out the official Electron Documents at: https://www.electronjs.org/docs/latest/tutorial/quick-start