Unofficial Desktop Client for Gsuite
Explore the docs »
Report Bug
·
Request Feature
Unofficial Google Suite Desktop Client made with Electron. Other web apps like Trello and Airtable have their on desktop versions of the app with Electron, since Google doesn't have it, I decided to create it myself.
These are list of things you need to do before you have your own copy of this repository up and running
Before you run this project, of course you need to have a local copy of this repository in your machine, duhh. To do that you need to Fork then Clone this repository.
If you need some documentation of how to Fork and Clone a repository please read [1]
These are some applications/tools you need to have
- Node.js
- NPM
Please check if your Node.js has been added to PATH by executing
node -v
NPM is distributed with Node.js- which means that when you download Node.js, you automatically get NPM installed on your computer. Please check if your NPM has been added to PATH by executing
npm -v
If it shows the version number of your Node.js and NPM then you are ready to go.
If it didn't please read [2]
To install this project. You need to execute
npm install
If no error(s) showed up you can continue and finally use this project. Otherwise here are some known issues during execution of NPM install
- code:ELIFECYCLE [3]
You can run this project by simply executing
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. For in depth guide please read CONTRIBUTING.md
[1] https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo
[2] https://stackoverflow.com/questions/27864040/fixing-npm-path-in-windows-8-and-10
[3] https://stackoverflow.com/questions/42308879/how-to-solve-npm-error-npm-err-code-elifecycle