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