This repository hosts packages for the Belle Puzzles bot and website.
It uses pnpm.
- Install node 18 or later. I recommend using nvm (windows link) to manage node versions.
- Install pnpm globally:
npm i -g pnpm
- Install repo dependencies:
pnpm i
- Build:
npm run build
The discord bot is hosted on Azure using a container app. Deployment details can be found in the github workflows folder.
The website is hosted with azure static web apps. Deployment details can be found in the github workflows folder.