From 64669cae4ec3082b0d80394a307da2ab609a3f23 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:15:11 +0700 Subject: [PATCH] docs: flesh out README --- web/README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/web/README.md b/web/README.md index 6cb5a0b..653e23c 100644 --- a/web/README.md +++ b/web/README.md @@ -1,5 +1,16 @@ # loldle -Just a rewritten LoLdle -## Credits -- [champions.json](assets/champions.json) is auto-updated from my [loldle-data](https://github.com/tiennm99/loldle-data) repo, which is inspired by [Kerrders/LoLdleData](https://github.com/Kerrders/LoLdleData). +LoLdle-style League of Legends daily champion guessing game — data auto-updated from [loldle-data](https://github.com/tiennm99/loldle-data). + +Live: https://tiennm99.github.io/loldle/ + +## Quick start + +```bash +npm install +npm run dev +``` + +## License + +Apache-2.0 — see [LICENSE](LICENSE).