Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2 KB

File metadata and controls

39 lines (26 loc) · 2 KB

Overview

Emoji Reaction

This folder contains the code for Emoji Reactions - a demo leveraging Ably's message interactions feature to add emoji reactions to messages.

Try out the live demo of the Emoji Reactions.

Running locally

  • 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 the VITE_ABLY_KEY environment variable.
    • You could also use the VITE_ABLY_KEY_EMOJI_REACTIONS environment variable if you wanted to use different keys for different examples.
  • Run yarn or npm install to install dependencies.
  • Run yarn dev or npm run dev and go to http://localhost:5173/emoji-reactions

Runtime Requirements

Resources

Support, feedback and troubleshooting


Ably logo