Simple demonstration for Monkie Kid's project.
clone the repo then cd into it and run:
npm installThen create an .env file and put the following environment variables into it.
OPENAI_API_KEY=......................
GEMINI_API_KEY=..................
REPLICATE_API_TOKEN=...........To set up supabase storage add the following too:
STORAGE_URL =
SERVICE_KEY =
STORAGE_PATH=All of these values can be optained from supabase dashboard.
Then run:
npm run dev