Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.21 KB

globalping-chat-bots

Discord, Slack and Github bot codebase.

Initial Setup

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.

  1. Clone repository
  2. pnpm install
  3. Finish the application setup for each bot (separate apps/tokens should be setup for dev and prod)
  4. Deploy to a Render instance or run locally

Discord Application Setup

Refer to the discord bot README.

Slack Application Setup

Add to Slack

Refer to the slack bot README.

Github Application Setup

Refer to the github bot README.

Deployment

Build command: pnpm install Start command: pnpm start