Github app helps for release
Add a complete project scaffold: Electron entry points (electron/main.js, electron/preload.js),
React source and components (src/...), Vite config, ESLint config, package.json, and static assets/icons. Include build outputs under dist/,
an NSIS installer script (build/installer.nsh) with macros to kill running app and perform safe cleanup/default install dir, plus .gitignore and other project metadata. This brings the app and installer files into version control for initial development and packaging.