mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 21:12:49 +08:00
Bumps [next](https://github.com/zeit/next.js) from 9.2.1 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/v9.2.1...v9.3.3) Signed-off-by: dependabot[bot] <support@github.com>
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
