munawariz / gsuite-desktop-client

Unofficial Google Suite (Drive, Docs, etc) Desktop Client made with Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub contributors GitHub forks GitHub stars NPM Version GitHub issues PRs Welcome

Gsuite Desktop

Unofficial Desktop Client for Gsuite
Explore the docs »

Report Bug · Request Feature


Table of Contents

About the Project

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.

Getting Started

These are list of things you need to do before you have your own copy of this repository up and running

Get A Copy

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]

Prerequisites

These are some applications/tools you need to have

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]

Installation

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]

Usage

You can run this project by simply executing

npm start

Contributing

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

License

Apache License 2.0

Foot Note

[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

About

Unofficial Google Suite (Drive, Docs, etc) Desktop Client made with Electron

License:Apache License 2.0


Languages

Language:JavaScript 65.3%Language:HTML 19.4%Language:CSS 15.4%