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
- Host: GitHub
- URL: https://github.com/reactjs/legacy.reactjs.org
- Owner: reactjs
- License: cc-by-4.0
- Created: 2023-03-18T20:20:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T07:00:36.000Z (4 months ago)
- Last Synced: 2025-03-29T09:12:24.415Z (2 months ago)
- Language: JavaScript
- Homepage: https://legacy.reactjs.org
- Size: 142 MB
- Stars: 61
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-DOCS.md
- Code of conduct: CODE_OF_CONDUCT.md
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.