A recipe platform.
- Install dependencies:
npm install- Configure environment. Check
.env.examplefor variables needed.
- Supabase: Run
schema.sqlin SQL Editor. Use the Postgres credentials to connect with Next.js app. - OpenAI API key in
OPENAI_API_KEY. - S3 credentials either from AWS or Cloudflare R2 S3-compatible API
- Start the development server:
npm run dev