git clone https://github.com/holodata/masterchat
cd masterchat
git switch dev
yarn install
yarn build
yarn dev
yarn build
yarn link
cd ..
git clone https://github.com/holodata/masterchat-cli
cd masterchat-cli
yarn install
yarn build
yarn link
yarn link masterchat
DEBUG=masterchat mc live <videoId>
DEBUG=masterchat mc events
Test while recording response (run only once):
NOCK_BACK_MODE=record jest
Test using recorded response:
jest
Disable fixtures completely:
NOCK_BACK_MODE=wild jest
np