We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6018c9 commit 7103040Copy full SHA for 7103040
Readme.md
@@ -13,8 +13,9 @@
13
14
1. [Fork this repo](/fork) and `git clone` it.
15
2. In your terminal, navigate to the repo from where it was just cloned. This should be located at the `/docs` directory.
16
-3. From your command line, run `yarn && yarn dev`.
17
-4. <http://localhost:3000/> should open automatically.
+3. Set yarn version to the modern latest version, run `corepack enable && yarn set version berry`.
+4. From your command line, run `yarn && yarn dev`.
18
+5. <http://localhost:3000/> should open automatically.
19
20
## How to contribute
21
0 commit comments