Getting Started

Prerequisites

First build

git clone https://github.com/shrivatsav-0/monomail.git
cd monomail

# Quick debug build — no API keys needed
./gradlew assembleGithubDebug

# Install on device
./gradlew installGithubDebug

To use Google sign-in or Outlook, you'll need API keys. See the user docs for details on secrets.properties and MSAL config.

IDE setup

← Developer Guide Architecture →