-
dfx > 0.15.1
-
Nodejs > 18.16.0
-
jq (Command line based JSON processor).
-
To install jq run:
sudo apt update && sudo apt install -y jq
-
Follwing are the steps to deploy your application locally
-
Install dependencies:
yarn install:all
-
Run below commands:
yarn start_replica
yarn deploy
-
To Stop Replica run:
dfx stop