Skip to content

advitxsingh/gmail-thing

Repository files navigation

Gmail Label Manager / Cleaner

A React/Vite application to help you find and recover emails that were accidentally archived or moved to obscure labels.

Setup

  1. Clone the repository.
  2. Install dependencies:
    npm install
    # or
    bun install
  3. Copy .env.example to .env.local or .env and provide your Google OAuth Client ID:
    cp .env.example .env.local
    Provide your VITE_GOOGLE_CLIENT_ID inside.
  4. Run the development server:
    npm run dev
    # or
    bun run dev

License

MIT License

About

Gmail Thing

Resources

License

Stars

Watchers

Forks

Contributors