Skip to content
/ Zyenyo Public

This is a simple Discord bot I am creating for fun, with help from friends.

Notifications You must be signed in to change notification settings

Seizoxu/Zyenyo

Repository files navigation

Zyenyo

This repository includes:

  • zyenyo-discord: Zyenyo, A discord bot that serves and collects typing tests & statistics
  • zyenyo-backend: A backend web server written in actix, Rust.
  • zyenyo-frontend: A frontend NextJS web application.

Running

To run all services together, use:

docker compose up --build

Deleting

docker system prune -a

Environment Variables

All environment variables are stored in .env at the root of the project