Note: Based on the exceptional dataset from https://github.com/gwentcards/gwentcards.github.io/
Interactive, in-memory card table powered by data/cards.json.
deno task devdeno task build- Framework: Vite
- Install command:
yarn install --frozen-lockfile - Build command:
yarn build - Output directory:
dist
vercel.json is already configured with these settings.
- Table rendering for every card in
data/cards.json - Search across key card fields
- Select filters for deck, expansion, territory, and type
- Checked-state filtering (all / checked / unchecked)
- Per-row checkboxes with bulk check/uncheck on visible rows
- Client-side sorting by name, deck, expansion, territory, and type