This project is a desktop client for Basecamp, built on Electron.
- Node 16.13.0
- Electron 22.0.0
- Clone the project.
- Set the right version for Node (nvm is recommended).
- Run
npm installto install Node dependencies. - Run
npm startto execute program.
- Run
npm run build. - Create executable by running
npm run create-installer.
The executable will be placed on dist/installers/.