Skip to content

Commit

Permalink
Adds a small instruction to cd into code projects directory before gi…
Browse files Browse the repository at this point in the history
…t clone
  • Loading branch information
dc2007git committed Oct 16, 2023
1 parent 64fbb44 commit ef9db15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developer/react-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ It's important to understand the three parts of the dGC platform that are in pla

### Set Up for local development using Docker

1. Enter into your Code Projects directory
```console
cd YourCodeProjects
```

1. Clone the React Client repo
```console
git clone https://github.com/rcpch/digital-growth-charts-react-client.git
Expand Down

0 comments on commit ef9db15

Please sign in to comment.