Skip to content

Commit

Permalink
Adding new git commands for DAO
Browse files Browse the repository at this point in the history
  • Loading branch information
AelfHarsh committed Aug 21, 2024
1 parent 4d96c50 commit 911c5e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quick-start/developers/dao-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.
:::
Expand Down

0 comments on commit 911c5e3

Please sign in to comment.