Files
loldle/web
tiennm99 759adcf876 chore: remove dependabot version-update config
Drops .github/dependabot.yml, which existed solely to opt into routine
version updates. Dependabot alerts and security updates are repo-level
settings and both stay enabled, so vulnerabilities are still reported and
still get automated fix PRs.

What stops: weekly npm bumps and monthly GitHub Actions bumps. Non-vulnerable
dependencies now drift until a security advisory forces the issue.

Original config recoverable from 30670c8.
2026-07-25 12:14:11 +07: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.