/mtg-proxy

Web app to create MTG proxy cards

Primary LanguageTypeScript

mtg-proxy

Simple web app for creating Magic the Gathering proxy cards.

Screenshot

Running

Using docker compose:

docker compose up --build

Using cargo, npm, & wasm-pack:

cd wasm
wasm-pack build

cd ../frontend
npm install
npm run build

cd ../backend
cargo run --release

Technologies

  • Frontend: React, Redux Toolkit, Vite
  • Backend: Rust, axum, reqwest
  • Wasm: Rust, imageproc, lopdf, wasm-pack
  • External API: Scryfall