Clone the repository:
git clone https://github.com/LiveTL/HyperChatOpen the repository and npm install:
cd hyperchat
yarn # install dependenciesBuild or serve the extension:
yarn start # watch mode
yarn build # production mode
VERSION=x.x.x yarn build