Contribution Arc is a quiet developer workspace built with React, TypeScript, Vite, and Electron.
npm install
npm run devRun the desktop app in development mode:
npm run electronBuild the Mac app:
npm run electron:buildBuild the Windows installer:
npm run electron:build:winThe Windows build uses Electron Builder with the NSIS target and outputs to release/.
The installer artifact is named:
Contribution-Arc-Setup-${version}.exe
Windows icon assets live at:
build/icons/icon.ico
This keeps Mac .dmg / .zip and Windows .exe artifacts ready to attach to future GitHub Releases.