Originally forked from reactjs.org
docs.
- Git
- Node: install version 8.4 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
cd reactjs.org
to go into the project rootyarn
to install the website's npm dependencies
yarn dev
to start the hot-reloading development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browser