This application is a desktop interface for Windows, Mac, GNU-Linux, of the Google Photos website, created in Electron
-
Requirements
- Node v16.20.2
-
To install all the modules run
npm install
npm start
- To install module by module
npm i [email protected]
npm i [email protected]
npm install --save electron-window-state
npm start
- Packaging the application
npm run package-mac
npm run package-win
npm run package-linux
- Create .dmg for Mac
chmod +x create-dmg.sh
./create-dmg.sh