Watch multiple Twitch tv streams.
Example: https://goerwin.github.io/multitwitch/stream1/stream2
# start a dev server
$ npm run start-dev
The website will be updated everytime the index.html/404.html files are changed.
Make sure to run the deploy
script before pushing to the main branch, otherwise you will not see the changes.
# This will move built files from dist folder
# to the root so that the website works
$ npm run deploy
- Layouts (Eg. Toggle chat)
- Hotkeys (Eg. Mute streams, toggle chat)