Skip to content

blinpete/mtg-builder-next-13

Repository files navigation

MTG Builder

"Magic: The Gathering" deck builder.

Okay we are not here to talk about docs or smth.. just dive into this search query and enjoy magic.

Here's a quick guide to the Scryfall syntax:

  • set:eld - cards from "Throne of Eldraine" set
  • color:b - cards that are black
  • unique:art - cards with unique arts
  • order:set - sort by set
  • lang:en - cards in English

For the full guide, follow the Scryfall docs.

Bulit with

Run locally

# run the development server
pnpm dev

# build for production
pnpm build

Open http://localhost:3000 with your browser to see the result.