Code Review bot for Discord implemented using Cloudflare Workers and Groq.
The easiest way to install pnpm is via Node.js Corepack. Inside the folder with the bot, run these commands:
corepack enable
corepack install
Alternatively, follow the instructions for your operating system found here: pnpm.io/installation
Install the dependencies:
pnpm install
Copy wrangler-example.toml
to wrangler.toml
and .dev.vars-example
to .dev.vars
and fill in the necessary values.
You'll need a Cloudflare account and a Discord bot token to proceed.
pnpm dev