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.exampleto.envand fill in your API key in theVITE_ABLY_KEYenvironment variable.
- Run yarnto install dependencies.
- Run yarn devand go to http://localhost:5173/