The open source frontend for Google Chat.
- Set up Google Cloud Project
- Set up OAuth 2.0 Client
- Set up Google Chat API
Copy the .env.example
file to .env
and fill in the values.
bun install
Run the development server:
bun run dev
Variable | Description | Required |
---|---|---|
DATABASE_URL | Database URL (SQLite path) | Yes |
BETTER_AUTH_SECRET | Better Auth secret | Yes |
BETTER_AUTH_URL | Better Auth URL | Yes |
GOOGLE_CLIENT_ID | Google Client ID | Yes |
GOOGLE_CLIENT_SECRET | Google Client Secret | Yes |