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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,23 @@ I strongly recommend doing this tutorials in this order:
28
28
29
29
## Local Installation
30
30
31
-
1) Make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 10+ and python version 3+. This is the command to install the breathecode-cli
32
-
```
33
-
$ npm i breathecode-cli -g
31
+
1) Make sure you have [learnpack](https://github.com/learnpack/learnpack-cli) installed and `node.js` version v14+ and jest v27. This is the command to install the learnpack-cli and jest:
32
+
33
+
```sh
34
+
$ npm i learnpack jest@27.0.6 -g
34
35
```
35
36
36
37
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
37
38
38
-
3) Start the tutorial/exercises by running the following command from the root of the project:
39
+
3) Install the learnpack plugin to test and compile vanillajs:
40
+
```sh
41
+
$ learnpack plugins:install learnpack-dom
42
+
```
43
+
44
+
4) Start the tutorial/exercises by running the following command from the root of the project:
0 commit comments