File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ This repo contains the source code and documentation powering [reactjs.org](http
16
16
### Installation
17
17
18
18
1 . ` cd reactjs.org ` to go into the project root
19
- 1 . ` yarn ` to install the website's npm dependencies
19
+ 1 . ` cd beta ` to open the beta website
20
+ 3 . ` yarn ` to install the website's npm dependencies
20
21
21
22
### Running locally
22
23
24
+ 1 . Make sure you're in the ` beta ` folder
23
25
1 . ` yarn dev ` to start the development server (powered by [ Next.js] ( https://nextjs.org/ ) )
24
26
1 . ` open http://localhost:3000 ` to open the site in your favorite browser
25
27
@@ -46,7 +48,7 @@ The documentation is divided into several sections with a different tone and pur
46
48
### Test the change
47
49
48
50
1 . If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
49
- 1 . Run ` yarn check-all ` from the project root . (This will run Prettier, ESLint, and Flow.)
51
+ 1 . Run ` yarn check-all ` from the ` beta ` folder . (This will run Prettier, ESLint, and Flow.)
50
52
51
53
### Push it
52
54
You can’t perform that action at this time.
0 commit comments