Fork or Clone this repo and install all dependencies
nvm use && npm cinpm run dev
npm run build
zsh script/deploy-prod.sh # prod canister
zsh script/deploy-test.sh # test canisterdfx deploy --no-wallet --network ic
dfx identity get-principal
dfx canister --network ic start assets
dfx canister --network ic install assets -m reinstallRefer