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
@@ -12,12 +12,12 @@ This repo contains the source code and documentation powering [ja.reactjs.org](h
12
12
1. Node: any 12.x version starting with v12.0.0 or greater
13
13
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
14
14
1. A fork of the repo (for any contributions)
15
-
1. A clone of the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) on your local machine
15
+
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
16
16
17
17
### Installation
18
18
19
-
1.`cd ja.reactjs.org` to go into the project root
20
-
1.`yarn` to install the website's npm dependencies
19
+
1.`cd react.dev` to go into the project root
20
+
3.`yarn` to install the website's npm dependencies
21
21
22
22
### Running locally
23
23
@@ -28,7 +28,7 @@ This repo contains the source code and documentation powering [ja.reactjs.org](h
28
28
29
29
### Guidelines
30
30
31
-
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/ja.reactjs.org/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
31
+
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.
32
32
33
33
### Create a branch
34
34
@@ -53,7 +53,7 @@ The documentation is divided into several sections with a different tone and pur
53
53
54
54
1.`git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes
55
55
1.`git push my-fork-name the-name-of-my-branch`
56
-
1. Go to the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) and you should see recently pushed branches.
56
+
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
57
57
1. Follow GitHub's instructions.
58
58
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
59
59
@@ -62,4 +62,4 @@ The documentation is divided into several sections with a different tone and pur
62
62
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
63
63
64
64
## License
65
-
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.
65
+
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