Skip to content

✉️ An unofficial Gmail Desktop App built with Electron

License

Notifications You must be signed in to change notification settings

cschuman/google-slides-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Slides Desktop

An unofficial Google Slides App built with Electron

Google Slides Screenshot

Why?

Ever need want to close Chrome but still work on a presentation? That's why

Development

Google Slides is built with Electron.

Commands

  • Install npm dependencies:

    $ npm install
  • Run the app:

    $ npm start
  • Lint:

    $ npm run lint
  • Build OS X:

    $ npm run build:osx

    or

    $ electron-packager ./ --out=build --overwrite --platform=darwin --arch=x64 --icon=./assets/icons/icon.icns
    

About

✉️ An unofficial Gmail Desktop App built with Electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%