Documentation Index
Fetch the complete documentation index at: https://greenteagentic.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Bun ≥ 1.1
- A the platform project (already provisioned for the hosted app)
Clone & install
Environment variables
.env is managed by the platform. For local development, create one with:
Run
http://localhost:5173. The TanStack Router Vite plugin regenerates src/routeTree.gen.ts automatically — don’t edit it by hand.
Apply database migrations
Migrations live insupabase/migrations/. In the hosted environment, they apply automatically. Locally, point supabase CLI at your project and run: