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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# react.dev
2
2
3
+
testy mctest
4
+
3
5
This repo contains the source code and documentation powering [react.dev](https://react.dev/).
4
6
5
7
## Getting started
@@ -15,7 +17,7 @@ This repo contains the source code and documentation powering [react.dev](https:
15
17
### Installation
16
18
17
19
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
19
21
20
22
### Running locally
21
23
@@ -38,9 +40,9 @@ The documentation is divided into several sections with a different tone and pur
38
40
39
41
1. Follow the ["Running locally"](#running-locally) instructions
40
42
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
44
46
45
47
### Test the change
46
48
@@ -60,4 +62,5 @@ The documentation is divided into several sections with a different tone and pur
60
62
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
61
63
62
64
## License
65
+
63
66
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