See here for supabase local development.
# setup supabase
npm install -g supabase
supabase start
# setup DB Tables
brew install postgresql # for psql command
./create_tables.sh
# Launch Login scene
alias godot="path/to/godot/bin"
godot -d scenes/Login.tscn