⚙️ Setup required

IRIE is installed, but it needs Supabase credentials before it can show content.

  1. Create a free project at supabase.com.
  2. Run the SQL files in supabase/migrations/ (in order) from the Supabase SQL editor.
  3. Copy your project URL, anon key and service-role key into .env.local (template in .env.example).
  4. Seed demo content: npm run seed
  5. Restart the dev server and refresh this page.