mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 20:12:49 +08:00
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) 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
