fklingler / mtgproxy

Make text proxies of your MTG cards!
https://fklingler.github.io/mtgproxy/
MIT License
11 stars 1 forks source link
mtg scryfall

MTG Proxy

Build to Github Pages

A simple website to make text proxies of your Magic: The Gathering cards.

It uses the amazing Scryfall API. Thanks to Harubex and its scryfall project for the types.

It is inspired by the proxygen project by Dryvnt. The card templates are directly adapted from this project.

Development

npm install
npm run dev

Build

npm run build

It is built automatically by Github Actions, so you can always find the master version on https://fklingler.github.io/mtgproxy.