The AI that really knows your postgres DB
-
Clone the repository
-
Create a
.env.localfile with the following environment variables:
NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
OPENAI_API_KEY=your-openai-api-key- Install dependencies
pnpm install- Run the development server
pnpm run dev

