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