This is a multiplayer game built using Expo. app/index.tsx
contains the entire game logic.
- Clone the repo
- Create a Supabase project
- Create an .env file:
# Your Supabase project URL
EXPO_PUBLIC_SUPABASE_URL=
# Your Supabase anon key
EXPO_PUBLIC_SUPABASE_ANON_KEY=
- Install dependencies with
pnpm install
- Run
pnpm start
- Open the app in Expo Go