Skip to content

Commit e0d6f99

Browse files
committed
Test notify bot
1 parent 5e3e400 commit e0d6f99

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,12 @@ This repo contains the source code and documentation powering [react.dev](https:
1111
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
1212
1. A fork of the repo (for any contributions)
1313
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
1419

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
2820

2921
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.
3022

0 commit comments

Comments
 (0)