Skip to content

Commit

Permalink
Merge pull request #91 from dc2007git/live
Browse files Browse the repository at this point in the history
Adds a small instruction to cd into code projects directory before gi…
  • Loading branch information
pacharanero authored Oct 16, 2023
2 parents 64fbb44 + ef9db15 commit b558b5c
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 b558b5c

Please sign in to comment.