⚙️ Setup required
Sexels is installed, but it needs Supabase credentials before it can show content.
- Create a free project at supabase.com.
- Run the SQL files in
supabase/migrations/(in order) from the Supabase SQL editor. - Copy your project URL, anon key and service-role key into
.env.local(template in.env.example). - Seed demo content:
npm run seed - Restart the dev server and refresh this page.