Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 444 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 444 Bytes

Contribution Guide

Join our Discord to participate in discussions.

Build

git clone https://github.com/holodata/masterchat-cli
cd masterchat-cli
yarn install
yarn build

Development Flow

yarn dev
yarn build
yarn link

DEBUG=masterchat mc stream <videoId>
DEBUG=masterchat mc watch

Testing

yarn test

Release Flow (Maintainers only)

np