Your playground to get started with the Substrate Asset Gaming Framework (SAGE)
To quickly launch a testing node:
cd backend
cargo build-sage-node
./target/release/sage-playground-node --dev
Check here for more details on the backend.
To run the frontend:
cd frontend
pnpm i
pnpm dev
Make sure the node is running so the connection works.
Check here for more details on the frontend.