From bd727cfc888e2b27c22aeade734c92ffb7f1ce4c Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 23 Nov 2021 18:36:32 +0000 Subject: [PATCH] Update README.md --- beta/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/beta/README.md b/beta/README.md index e47628e9..e8e0a919 100644 --- a/beta/README.md +++ b/beta/README.md @@ -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 @@ -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