You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,15 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
29
29
30
30
Clone the repository in your local environment and follow the steps below:
31
31
32
-
1. Make sure you have the [learnpack-cli](https://www.npmjs.com/package/@learnpack/learnpack) installed and `node.js` version 14+. This is the command to install the learnpack-cli:
33
-
34
-
```bash
35
-
$ npm i learnpack -g
36
-
```
37
-
32
+
1. Make sure you have [installed learnpack locally](https://4geeks.com/docs/learnpack/quickstart-for-learners#how-to-use-learnpack-locally).
38
33
2. Download the React exercises by **cloning** the project or downloading the zip from GitHub.
39
34
40
35
> Note: Once you finish downloading, make sure you are in the right folder (you will find the subdirectory "exercises").
41
36
42
37
3) Start the tutorial/exercises by running the following command from the root of the project:
0 commit comments