twitch-chat-widget
A fork with support for 7TV emotes
The Twitch chat widget I use on my personal streams on Twitch.
Currently the Twitch ID and username is hardcoded with env variables because I am too lazy to add API support :).
Running it locally
- Clone the repo.
- Run
yarn
. - Copy
.env.example
to.env
. - Fill in your user ID and login in the
.env
file. It defaults to my own user ID and login. - Run
yarn start
to start the dev server.
Building it
yarn build
- That's it.