/HyperChat

YouTube chat, but it's fast and sleek!

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

HyperChat - Optimized YouTube Chat

License: AGPL v3 js-semistandard-style Contributors Issues Total Lines Size Commit Activity Discord

Building from Source

Clone the repository:

git clone https://github.com/LiveTL/HyperChat

Open the repository and npm install:

cd hyperchat
yarn # install dependencies

Build or serve the extension:

yarn start # watch mode
yarn build # production mode
VERSION=x.x.x yarn build