This repository includes:
zyenyo-discord
: Zyenyo, A discord bot that serves and collects typing tests & statisticszyenyo-backend
: A backend web server written in actix, Rust.zyenyo-frontend
: A frontend NextJS web application.
To run all services together, use:
docker compose up --build
docker system prune -a
All environment variables are stored in .env
at the root of the project