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