Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sy…
Browse files Browse the repository at this point in the history
…nc-bd727cfc
  • Loading branch information
docschina-bot committed Nov 23, 2021
2 parents 4eaa103 + bd727cf commit 1b8775c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ This repo contains the source code and documentation powering [reactjs.org](http
### Installation

1. `cd reactjs.org` to go into the project root
1. `yarn` to install the website's npm dependencies
1. `cd beta` to open the beta website
3. `yarn` to install the website's npm dependencies

### Running locally

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

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

1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
1. Run `yarn check-all` from the project root. (This will run Prettier, ESLint, and Flow.)
1. Run `yarn check-all` from the `beta` folder. (This will run Prettier, ESLint, and Flow.)

### Push it

Expand Down

0 comments on commit 1b8775c

Please sign in to comment.