Simple web app for creating Magic the Gathering proxy cards.
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
- Frontend: React, Redux Toolkit, Vite
- Backend: Rust, axum, reqwest
- Wasm: Rust, imageproc, lopdf, wasm-pack
- External API: Scryfall