Visualize MTG draft win rates as a tier list, powered by 17Lands data.
Node.js version 18
After cloning the repo, run:
npm install
to install dependencies. Next, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
By default, your server will load cached data from the repository.
- Add a new static property on the
MagicSet
class atsrc/lib/sets.ts
with the set code, the user-facing name of the set, the date the set was released on Arena, and the SVG for the set - Update the root redirect in
next.config.js
to redirect to the latest set - Push to GitHub