From 911c5e30c292bc516edf37e235273ab963e91976 Mon Sep 17 00:00:00 2001 From: Harsh Date: Wed, 21 Aug 2024 11:32:46 +0530 Subject: [PATCH] Adding new git commands for DAO --- docs/quick-start/developers/dao-dapp/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quick-start/developers/dao-dapp/index.md b/docs/quick-start/developers/dao-dapp/index.md index 1b8db240..f078f59d 100644 --- a/docs/quick-start/developers/dao-dapp/index.md +++ b/docs/quick-start/developers/dao-dapp/index.md @@ -676,16 +676,16 @@ Let's start by cloning the frontend project repository from GitHub. - Run the following command in the `capstone_aelf` directory: ```bash title="Terminal" -git clone https://github.com/AElfProject/vote-contract-frontend.git +git clone https://github.com/AElfProject/aelf-samples.git ``` - Next, navigate to the frontend project directory with this command: ```bash title="Terminal" -cd vote-contract-frontend +cd aelf-samples/vote/2-dapp ``` -- Once you're in the `vote-contract-frontend` directory, open the project with your preferred IDE (e.g., VSCode). You should see the project structure as shown below. +- Once you're in the `2-dapp` directory, open the project with your preferred IDE (e.g., VSCode). You should see the project structure as shown below. ![result](/img/vote-fe-directory.png) @@ -1012,7 +1012,7 @@ npm run dev :::info -ℹ️ Note: Ensure that you are running this command under the **Developer_DAO** folder. +ℹ️ Note: Ensure that you are running this command under the **vote-dapp-tutorial** folder. :::