Everything here is experimental.
It is still under development.
To install and play with bot:
cd bot
npm install
npm start
Make sure to change the .env file.
For the chatListener, you may need to change the src/bots/chatListener/config.ts file as well.
To install and play with twitch-mock-server:
cd bot
npm install
npm start
Make sure to change the .env file.