Build a real-time chat app with presence

# Clone repo
git clone https://github.com/instantdb/instant-examples
# Navigate into the chat example
cd instant-examples/chat
# Install dependencies
pnpm i
pnpx instant-cli login
pnpx instant-cli init
instant.schema.ts that you can push to your app.
You may have already pushed this during init in the previous step. If you
answered 'no' to the prompt during init, or if you're unsure whether you pushed
the schema, you can push it now.pnpx instant-cli push
pnpm run seed
pnpm run dev