Files
loldle/web
dependabot[bot]andGitHub 584f23637f build(deps-dev): bump svelte
Bumps the minor-and-patch group with 1 update in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).


Updates `svelte` from 5.56.7 to 5.56.8
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.8/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.56.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-25 04:47:36 +00:00
..
2026-07-25 11:01:40 +07:00
2026-04-04 10:41:37 +07:00
2026-07-25 04:47:36 +00:00
2026-07-25 04:47:36 +00:00

loldle

LoLdle-style League of Legends daily champion guessing game — data auto-updated from loldle-data.

Live: https://tiennm99.github.io/loldle/

Built with SvelteKit and Svelte 5, styled with Tailwind CSS, and prerendered to a static site deployed on GitHub Pages.

Quick start

pnpm install
pnpm dev

Commands

pnpm dev      # dev server
pnpm build    # static build into build/
pnpm preview  # serve the production build
pnpm test     # unit tests
pnpm lint     # eslint

Champion data lives in static/champions.json and is refreshed weekly by the sync workflow.

License

Apache-2.0 — see LICENSE.