Files
tiennm99 b2f33d0266 build: move web/ from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The three security overrides
move from pnpm-workspace.yaml to package.json#overrides, where npm reads them
natively. Only the postcss floor is still live; @babel/core and js-yaml left
the tree with Next.js but are kept so the declared floors survive if a
dependency reintroduces them.
2026-08-17 12:24:21 +07:00

695 B

loldle

LoLdle-style League of Legends daily champion guessing game — data auto-updated by the scraper in 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

npm install
npm run dev

Commands

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

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

License

Apache-2.0 — see LICENSE.