mirror of
https://git.femboyfinancial.jp/james/FemScoreboard.git
synced 2025-11-20 11:33:42 -08:00
8c3c68f3846f8f181ed7e436cec1266d246ee149
FemScoreboard
Web application/Discord bot which ranks users based on the reactions received on their messages.
Project Setup
First, set up the Discord bot, syncing the message history before starting the bot to watch for live reactions.
cd discord
cp .env.example .env
vim .env # make appropriate changes
npm install
npm run sync
npm start
With the bot running, configure and start the web application from this directory:
vim .env # make appropriate changes
npm install
npm start
Description
Languages
TypeScript
79.7%
Pug
20.2%
Shell
0.1%