Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
/ multigmail Public archive

An experimental multiple gmail desktop client made with electron js

License

Notifications You must be signed in to change notification settings

jamalkhan2k6/multigmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multigmail

Small multiple gmail desktop client built with electron.

Installation

Just download the zip from the releases page and run the application. No installation needed.

For Development

# Clone this repository
git clone https://github.com/jamalkhan2k6/multigmail
# Go into the repository
cd multigmail
# Install dependencies
npm install
npm start