mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 03:52:46 +08:00
Example chat room
Build a simple slack clone using Supabase, Postgres and React hooks.
How to use
Install dependencies
npm install
Start Supbase Dev
docker-compose up -d
Start the chat room
npm run dev
Visit http://localhost:3000 and start slacking! Open in two tabs to see everything getting updated in realtime
