diff --git a/website/docs/build/build-zapp-dev-environment-direct-install.md b/website/docs/build/build-zapp-dev-environment-direct-install.md index aee3394..cafa9ab 100644 --- a/website/docs/build/build-zapp-dev-environment-direct-install.md +++ b/website/docs/build/build-zapp-dev-environment-direct-install.md @@ -71,7 +71,7 @@ git clone https://github.com/pointnetwork/template.point.git ../template.point cd ../template.point npm i && npm run build cd ../pointnetwork -point-deploy ../template.point --contracts +NODE_CONFIG_ENV=devlocal MODE=zappdev point-deploy ../template.point --contracts ``` ## Open the deployed Template dApp in the Owner Point Browser @@ -135,4 +135,4 @@ You should now be able to interact with any dApps that have been deployed. As me ### Deploy your dApp to Point Network -You can modify and deploy the Template dApp to Ponit Network using your own registered Identity. Visit [this page](./build-deploy-zapp) for details. \ No newline at end of file +You can modify and deploy the Template dApp to Ponit Network using your own registered Identity. Visit [this page](./build-deploy-zapp) for details.