An unofficial Google Slides App built with Electron
Ever need want to close Chrome but still work on a presentation? That's why
Google Slides is built with Electron.
-
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