Skip to content

thesilican/mtg-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web app to create MTG proxy cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published