serve and hot reload npm run dev
https://github.com/KenPowerClassroom/semester-1-team-game-project-tetris.git
login to supabase and link the project
npx supabase login
npx supabase init #setup supabse config
npx supabase link #link this folder to project
npx supabase init
make a db migration and push it
npx supabase migration new example_create_user_table
npx supabase db push