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