Skip to content

Commit bd727cf

Browse files
authored
Update README.md
1 parent 17ad2cb commit bd727cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

beta/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ This repo contains the source code and documentation powering [reactjs.org](http
1616
### Installation
1717

1818
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
2021

2122
### Running locally
2223

24+
1. Make sure you're in the `beta` folder
2325
1. `yarn dev` to start the development server (powered by [Next.js](https://nextjs.org/))
2426
1. `open http://localhost:3000` to open the site in your favorite browser
2527

@@ -46,7 +48,7 @@ The documentation is divided into several sections with a different tone and pur
4648
### Test the change
4749

4850
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.)
5052

5153
### Push it
5254

0 commit comments

Comments
 (0)