A real-time FIFA match queue and ELO tracking app built with React Native (Expo) and Supabase.
-
Start the local Supabase stack:
npx supabase start
-
Apply the database schema:
npx supabase db push
-
Start the Expo dev server:
npx expo start
- Supabase Studio: http://localhost:54323
- Supabase API: http://localhost:54321
To stop the local stack: npx supabase stop