NFT Marketplace Event Ticketing
cd /[your-path]/tickets-swap
cd /[your-path]/tickets-swap/app/tickets-swap
Run Front-End :
npm run start
cd /[your-path]/tickets-swap
Format the code:
cargo fmt
Lint :
cargo clippy
cd /[your-path]/tickets-swap
Lint and format the code :
npm run lint:fix
cd /[your-path]/tickets-swap
npm run test-ledger
cd /[your-path]/tickets-swap
Build:
npm run build
Deploy:
npm run deploy