An open API service indexing awesome lists of open source software.

https://github.com/reactjs/legacy.reactjs.org

An archived copy of the legacy React documentation website
https://github.com/reactjs/legacy.reactjs.org

Last synced: 2 months ago
JSON representation

An archived copy of the legacy React documentation website

Awesome Lists containing this project

README

        

# legacy.reactjs.org

This repo contains the source code and documentation powering [legacy.reactjs.org](https://legacy.reactjs.org/).

## Not actively maintained

This site is archived and not maintained. For new React docs, go to [react.dev](https://react.dev) ([repository](https://github.com/reactjs/react.dev)).

## Installation

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

## Running locally

1. `yarn dev` to start the development server (powered by [Gatsby](https://www.gatsbyjs.org))
1. `open http://localhost:8000` to open the site in your favorite browser

## License
Content at [legacy.reactjs.org](https://legacy.reactjs.org/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](LICENSE-DOCS.md) file.