https://github.com/jcserv/bling-my-deck
A site that allows Magic: The Gathering players to find the most expensive version of their decks ✨
https://github.com/jcserv/bling-my-deck
react shadcn vite
Last synced: 3 months ago
JSON representation
A site that allows Magic: The Gathering players to find the most expensive version of their decks ✨
- Host: GitHub
- URL: https://github.com/jcserv/bling-my-deck
- Owner: jcserv
- License: gpl-3.0
- Created: 2024-11-08T23:43:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T17:44:34.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:29:13.051Z (over 1 year ago)
- Topics: react, shadcn, vite
- Language: TypeScript
- Homepage: https://bling-my-deck.vercel.app
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bling-my-deck
bling-my-deck is a site that allows Magic: The Gathering players to find the most expensive version of their pet decks ✨
## features
- View all printings for a card, and see how that affects the price
- Typeahead autocomplete when inputting decklist
- Mobile support
## installation
1. Clone the latest code on the main branch
2. Install dependencies
- `pnpm i`
3. Run the web server!
- `pnpm dev`
4. Navigate to http://localhost:5173 on your browser
## credits
- [Scryfall API](https://scryfall.com/)
- [Moxfield](https://www.moxfield.com/)