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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,11 @@ Once nvm is installed, install the node version declared in the `.nvmrc` file:
13
13
-`nvm install` on linux/macos
14
14
-`nvm install <specific version from the .nvmrc>` on windows
15
15
16
-
Install yarn & dependencies:
17
-
-`npm install -g yarn`
18
-
-`yarn install --frozen-lockfile`
16
+
Install [pnpm](https://pnpm.io/installation):
17
+
You can install it by running `npm install --global pnpm`, but you should read the [installation instructions](https://pnpm.io/installation) as other methods are better.
18
+
19
+
Install dependencies:
20
+
-`pnpm install`
19
21
20
22
## Config
21
23
@@ -47,7 +49,7 @@ Create your own config from the `.env.sample` and edit the values to match your
47
49
## Test run
48
50
49
51
To run a specific test, or tests matching a string you can do so with
0 commit comments