update readme

This commit is contained in:
Joonas 2023-02-11 18:02:00 +02:00
parent 67a9c8325c
commit b9d5b53513
1 changed files with 9 additions and 5 deletions

View File

@ -1,10 +1,14 @@
# Twitch bot # Twitch bot
Twitch.tv chat bot Twitch.tv chat bot
## Running ## Running
```bash
git clone https://git.disroot.org/qwertyasdfgh/twitch_bot
pnpm install pnpm install
Fill ecosystem.config.js with secrets or just define your env vars when you start the bot cd web/front
go to web/front, run pnpm install and generate a build with pnpm build pnpm install
run the bot ideally with pm2 by running pm2 start or just node index.js pnpm build
pm2 start
```
Fill ecosystem.config.js with secrets