Install deps
npm installCreate config files
# For production
cp .example.env .env
# For dev
cp .example.env .dev.envSetup env file:
# You must register a new user on Twitch, which will be used by the bot
BOT_USERNAME=mychannel_bot
# Token you can get here by login via bot https://twitchapps.com/tmi/
BOT_OAUTH_TOKEN=oauth:abc123asd512zxc
# Your twitch username
CHANNEL=devkucherRun TSC in watch mode & restart bot via nodemon
npm run watchCommit
npx git-czPrepare release
npm run releaseBump version
npm run bumpPublish release
npm run publishStart bot
npm run start