Skip to content

Commit 7c9815f

Browse files
committed
test commit do not merge
1 parent 07f13ab commit 7c9815f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react.dev
22

3+
testy mctest
4+
35
This repo contains the source code and documentation powering [react.dev](https://react.dev/).
46

57
## Getting started
@@ -15,7 +17,7 @@ This repo contains the source code and documentation powering [react.dev](https:
1517
### Installation
1618

1719
1. `cd react.dev` to go into the project root
18-
3. `yarn` to install the website's npm dependencies
20+
2. `yarn` to install the website's npm dependencies
1921

2022
### Running locally
2123

@@ -38,9 +40,9 @@ The documentation is divided into several sections with a different tone and pur
3840

3941
1. Follow the ["Running locally"](#running-locally) instructions
4042
1. Save the files and check in the browser
41-
1. Changes to React components in `src` will hot-reload
42-
1. Changes to markdown files in `content` will hot-reload
43-
1. If working with plugins, you may need to remove the `.cache` directory and restart the server
43+
1. Changes to React components in `src` will hot-reload
44+
1. Changes to markdown files in `content` will hot-reload
45+
1. If working with plugins, you may need to remove the `.cache` directory and restart the server
4446

4547
### Test the change
4648

@@ -60,4 +62,5 @@ The documentation is divided into several sections with a different tone and pur
6062
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
6163

6264
## License
65+
6366
Content submitted to [react.dev](https://react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/react.dev/blob/main/LICENSE-DOCS.md) file.

0 commit comments

Comments
 (0)