mirror of
https://github.com/tiennm99/loldle.git
synced 2026-09-01 06:19:26 +00:00
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.
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.