You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,12 @@ This repo contains the source code and documentation powering [react.dev](https:
11
11
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
12
12
1. A fork of the repo (for any contributions)
13
13
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
14
+
1. Git
15
+
1. Node: any version starting with v16.8.0 or greater
16
+
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
17
+
1. A fork of the repo (for any contributions)
18
+
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
14
19
15
-
### Installation
16
-
17
-
1.`cd react.dev` to go into the project root
18
-
3.`yarn` to install the website's npm dependencies
19
-
20
-
### Running locally
21
-
22
-
1.`yarn dev` to start the development server (powered by [Next.js](https://nextjs.org/))
23
-
1.`open http://localhost:3000` to open the site in your favorite browser
24
-
25
-
## Contributing
26
-
27
-
### Guidelines
28
20
29
21
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/react.dev/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
0 commit comments