Skip to content

thwonghin/live-chat-overlay

Repository files navigation

Live Chat Overlay

Web Extension to overlay live chat on Youtube Livestreams.

Inspired by Youtube Live Chat Flow

Install

Go to Chrome Web Store to install with your browser (Google Chrome / Microsoft Edge).

Screenshot

Screenshot

License

Read LICENSE file.

Development

  • You could use nvm to make sure the node.js version is correct for this project. The node.js version is stated in package.json
  • Run pnpm start to start webpack server in development environment. Then you can import '/dist' folder as extension.
  • Run pnpm build:prod to build in optimized settings.
  • Run pnpm storybook to start storybook.
  • Please follow Conventional Commit for commit messages. Commitlint is used to check for incorrect format.