Discord, Slack and Github bot codebase.
To run this setup, you need Node.js 18 installed. This monorepo uses PNPM workspaces and you can install pnpm
by either running corepack enable
or npm i pnpm -g
.
- Clone repository
pnpm install
- Finish the application setup for each bot (separate apps/tokens should be setup for dev and prod)
- Deploy to a Render instance or run locally
Refer to the discord bot
README.
Refer to the slack bot
README.
Refer to the github bot
README.
Build command: pnpm install
Start command: pnpm start