diff --git a/README.md b/README.md index ca133af..209b81d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,35 @@

+

+ + react + + + javascript + + + typescript + + + vite + + + vitest + + + prettier + + + eslint + + + husky + + + commitlint + +

![demo](https://raw.githubusercontent.com/nxzq/misc/main/inhouse-scrims/demo.gif) diff --git a/modules/app/README.md b/modules/app/README.md index d2fdd39..669b34e 100644 --- a/modules/app/README.md +++ b/modules/app/README.md @@ -5,6 +5,29 @@

+

+ + react + + + javascript + + + vite + + + prettier + + + eslint + + + husky + + + commitlint + +

Web (React app) interface for inhouse-scrims. diff --git a/modules/generator/README.md b/modules/generator/README.md index 5526a32..dba41cc 100644 --- a/modules/generator/README.md +++ b/modules/generator/README.md @@ -1,5 +1,29 @@ # inhouse-scrims +

+ + typescript + + + vite + + + vitest + + + prettier + + + eslint + + + husky + + + commitlint + +

+ League of Legends inhouse matchmaking solution. Attempts to honor role preference while also minimizing team MMR Δ & lane MMR Δ (Lane Diff). Takes an array of player objects and returns an array of suitable lobbies sorted. ## Usage