From 6cc4f68cf75c9c87dfb992d6667082e046760e36 Mon Sep 17 00:00:00 2001 From: Koochr Date: Wed, 12 Oct 2022 18:16:13 +0100 Subject: [PATCH] Add vars to devlocal: --- .../docs/build/build-zapp-dev-environment-direct-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 aee3394f..cafa9ab9 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.