File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77### Prerequisites
88
9- - [ Node.js 18.17.0 or later, but below 22.0.0] ( https://nodejs.org/en/ )
10- - [ Yarn classic] ( https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable )
9+ - [ Node.js 20+, but below 22.0.0] ( https://nodejs.org/en/ )
1110
1211## Set up the docs repo
1312
14131 . [ Fork this repo] ( /fork ) and ` git clone ` it.
15142 . 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.
15+ 3 . Set yarn version to the modern latest version, run ` corepack enable && yarn set version berry ` .
16+ 4 . From your command line, run ` yarn && yarn dev ` .
17+ 5 . < http://localhost:3000/ > should open automatically.
1818
1919## How to contribute
2020
You can’t perform that action at this time.
0 commit comments