Abe27342 / belle-puzzles

discord bot + website for team organization during a puzzlehunt

Home Page:https://belle-puzzles.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Belle Puzzles

This repository hosts packages for the Belle Puzzles bot and website.

It uses pnpm.

Setup

  1. Install node 18 or later. I recommend using nvm (windows link) to manage node versions.
  2. Install pnpm globally: npm i -g pnpm
  3. Install repo dependencies: pnpm i
  4. Build: npm run build

Bot Infrastructure

The discord bot is hosted on Azure using a container app. Deployment details can be found in the github workflows folder.

Website Infrastructure

The website is hosted with azure static web apps. Deployment details can be found in the github workflows folder.

About

discord bot + website for team organization during a puzzlehunt

https://belle-puzzles.com

License:MIT License


Languages

Language:TypeScript 96.5%Language:CSS 2.5%Language:JavaScript 0.6%Language:HTML 0.3%Language:Dockerfile 0.1%