Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 365 Bytes

Godot Supabase Chat demo

How to Use

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