Skip to content

This application is a desktop interface to the Google Photos web site, created in Electron

License

Notifications You must be signed in to change notification settings

fersilentt/gphotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPhotos


This application is a desktop interface for Windows, Mac, GNU-Linux, of the Google Photos website, created in Electron

Build application


  • 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

About

This application is a desktop interface to the Google Photos web site, created in Electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published