wh0197m / ThunderDocs

Unofficial Google Docs app for desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

ThunderDocs

Build Status Github All Releases Electron Version

Unofficial Google Docs desktop app

Screenshot

Building and Running

Run:

npm install
electron .

Build:

npm install
npm install electron-packager --save-dev

Windows:

electron-packager . --overwrite --platform=win32 --arch=x64 --icon=assets/icons/win/icon.ico

macOS:

electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns

Linux:

electron-packager . --overwrite --platform=linux --arch=x64 --icon=assets/icons/png/1024x1024.png

About

Unofficial Google Docs app for desktop


Languages

Language:JavaScript 75.7%Language:CSS 17.6%Language:HTML 4.8%Language:Shell 1.9%