docs: update coding challenges guide and links (#38597)
This commit is contained in:
committed by
GitHub
parent
17585b63f8
commit
e7857af960
@ -33,7 +33,7 @@ Once you have the prerequisites installed, you need to prepare your development
|
||||
|
||||
1. Install [Git](https://git-scm.com/) or your favorite Git client, if you haven't already. Update to the latest version; the version that came bundled with your OS may be outdated.
|
||||
|
||||
2. (Optional but recommended) [Setup an SSH Key](https://help.github.com/articles/generating-an-ssh-key/) for GitHub.
|
||||
2. (Optional but recommended) [Set up an SSH Key](https://help.github.com/articles/generating-an-ssh-key/) for GitHub.
|
||||
|
||||
3. Install a code editor of your choice.
|
||||
|
||||
@ -66,7 +66,7 @@ This will download the entire freeCodeCamp repository to your projects directory
|
||||
|
||||
Note: `--depth=1` creates a shallow clone of your fork, with only the most recent history/commit.
|
||||
|
||||
## Setup syncing from parent
|
||||
## Set up syncing from parent
|
||||
|
||||
Now that you have downloaded a copy of your fork, you will need to set up an `upstream` remote to the parent repository.
|
||||
|
||||
@ -169,7 +169,7 @@ npm -v
|
||||
|
||||
### Configuring dependencies
|
||||
|
||||
#### Step 1: Setup the environment variable file
|
||||
#### Step 1: Set up the environment variable file
|
||||
|
||||
The default API keys and environment variables are stored in the file `sample.env`. This file needs to be copied to a new file named `.env` that is accessed dynamically during the installation step.
|
||||
|
||||
|
Reference in New Issue
Block a user