A React/Vite application to help you find and recover emails that were accidentally archived or moved to obscure labels.
- Clone the repository.
- Install dependencies:
npm install # or bun install - Copy
.env.exampleto.env.localor.envand provide your Google OAuth Client ID:Provide yourcp .env.example .env.local
VITE_GOOGLE_CLIENT_IDinside. - Run the development server:
npm run dev # or bun run dev
MIT License