dfx 0.10.0
node v18.0.2
- run
yarn install
to install all dependencies - to start a local version of the replica and spin up the development server, run
yarn dev
.
- run
dfx deploy --network ic
to deploy the frontend and backend canisters to the mainnet⚠️ when deploying to mainnet: make sure you delete thecanister_ids.json
file before deploying to mainnet!