Code for cause crosss platform desktop application built with Electron, React and Redux.
Clone the repository
git clone https://github.com/codeforcauseorg/codeforcause-desktop.git
Install dependencies
cd codeforcause-desktop
npm install
Development
npm run develop
Toggle DevTools:
- macOS: Cmd Alt I or F12
- Linux: Ctrl Shift I or F12
- Windows: Ctrl Shift I or F12
Modify electron-builder.yml to edit package info.
For a full list of options see: https://www.electron.build/configuration/configuration
Create a package for macOS, Windows or Linux using one of the following commands:
npm run pack:mac
npm run pack:win
npm run pack:linux
npm run test
Happy Hacking!