bling-my-deck is a site that allows Magic: The Gathering players to find the most expensive version of their pet decks ✨
- View all printings for a card, and see how that affects the price
- Typeahead autocomplete when inputting decklist
- Mobile support
- Clone the latest code on the main branch
- Install dependencies
pnpm i
- Run the web server!
pnpm dev
- Navigate to http://localhost:5173 on your browser