Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 719 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 719 Bytes

nnsdao-fe

Installation

Fork or Clone this repo and install all dependencies

nvm use && npm ci

Development

npm run dev

Build

npm run build

Deploy

zsh script/deploy-prod.sh # prod canister

zsh script/deploy-test.sh  # test canister

Command

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