From 7f4469c6f37cea36f057a1179eee47c88b8d4f8f Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Sat, 9 Mar 2024 11:59:56 +0100 Subject: [PATCH] Updated readme --- readme.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index f869e4e..456d2fa 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,15 @@ an osu!std website that tracks possible cheaters. the website is split into the following modules, each with their own folder and readme. -| Name | Description | Tech | -| ---------- |------------------------------------------------------------------|---------------------| -| nise-backend | The main module, serves an API and processes new scores. | Kotlin, Spring Boot | -| nise-frontend | The frontend module (Angular), uses the API to display data. | Angular | -| nise-circleguard | Written in Python, serves as an HTTP interface for circleguard. | Python | -| konata | Sub-module to detect stolen replays with multithreading support. | Kotlin | +| Name | Description | Tech | +|--------------------|---------------------------------------------------------------------------|---------------------| +| nise-backend | The main module, serves an API and processes new scores. | Kotlin, Spring Boot | +| nise-frontend | The frontend module (Angular), uses the API to display data. | Angular | +| nise-circleguard | Written in Python, serves as an HTTP interface for circleguard. | Python | +| konata | Sub-module to detect stolen replays with multithreading support. | Kotlin | +| mari | Sub-module to handle replay files and judgement data | Kotlin | +| nise-discord | Module that runs a Discord bot for role management | Python | +| nise-replay-viewer | Standalone react-based website that plays osu!std replays in your browser | React/p5.js | # how to run