- Create game, join game by code invitation or entry code
- Create team to play together
- Create account at supabase.com
- Create database follow ERD image
- Set NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY in .env
- Enable realtime for games, rounds table
- Login with Google DOCS
- Login with Github DOCS
- NextJS, Chakra UI, Zustand,...
- Back-end: Supabase
yarn install
yarn dev
yarn build