Trivial AI programming for everyone.
- Install Node.js >= 20
cp .env.template .env
and insert the respective keysnpm install
npm run dev
Nuke the entire database and set it up with the updated schema:
npx supabase db reset
npx supabase db reset --linked
Please contact [email protected] for collaboration and co-creation.