This repository contains examples on how to use Ably to build realtime features, like avatar stacks or live cursors.
You'll find them in the examples
folder, together with instructions on how to run them.
To see what else is possible with Ably, check out our other realtime examples.
You can also run a single app that shows all the examples:
- Fork or clone the Examples Repo.
- Sign up for an account on Ably and get an API KEY.
- Rename
.env.example
to.env
and fill in your API key in theVITE_ABLY_KEY
environment variable. - Run
yarn
to install dependencies. - Run
yarn dev
and go to http://localhost:5173/