Skip to content

NnsDao/nnsdao-fe

Repository files navigation

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