This repo contains the source code and documentation powering legacy.reactjs.org.
This site is archived and not maintained. For new React docs, go to react.dev (repository).
cd legacy.reactjs.org
to go into the project rootyarn
to install the website's npm dependencies
yarn dev
to start the development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browser
Content at legacy.reactjs.org is CC-BY-4.0 licensed, as found in the LICENSE-DOCS.md file.