Pit Panda is a web application created by Kelly Dance for viewing player stats in the Hypixel Pit. It can be accessed at https://pitpanda.rocks/.
- Node.js (try v16 if the image API acts weird)
- MongoDB (persistent player data)
- Redis (for leaderboards)
.envfile
Installation is exactly the same as any other JS webapp, but be sure to install the frontend and its dependencies as well.
cd PitPandaFrontend
npm installThe .env file should have the MongoDB and Redis connections in it.
ENV=PROD
MONGO=...
APIKEY=...
TOKEN=...
PREFIX=... // Discord bot prefix
REDIS_PORT=...