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-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# reactjs.org
1
+
# ja.reactjs.org
2
2
3
-
This repo contains the source code and documentation powering [reactjs.org](https://reactjs.org/).
3
+
This repo contains the source code and documentation powering [ja.reactjs.org](https://ja.reactjs.org/).
4
4
5
5
## Getting started
6
6
@@ -10,11 +10,11 @@ This repo contains the source code and documentation powering [reactjs.org](http
10
10
1. Node: any 8.x version starting with 8.4.0 or greater
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
-
1. A clone of the [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine
13
+
1. A clone of the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) on your local machine
14
14
15
15
### Installation
16
16
17
-
1.`cd reactjs.org` to go into the project root
17
+
1.`cd ja.reactjs.org` to go into the project root
18
18
1.`yarn` to install the website's npm dependencies
19
19
20
20
### Running locally
@@ -26,11 +26,11 @@ This repo contains the source code and documentation powering [reactjs.org](http
26
26
27
27
### Guidelines
28
28
29
-
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/reactjs.org/blob/master/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
29
+
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/master/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
30
30
31
31
### Create a branch
32
32
33
-
1.`git checkout master` from any folder in your local `reactjs.org` repository
33
+
1.`git checkout master` from any folder in your local `ja.reactjs.org` repository
34
34
1.`git pull origin master` to ensure you have the latest main code
35
35
1.`git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch
36
36
@@ -51,7 +51,7 @@ The documentation is divided into several sections with a different tone and pur
51
51
52
52
1.`git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fixed header logo on Android`) to stage and commit your changes
53
53
1.`git push my-fork-name the-name-of-my-branch`
54
-
1. Go to the [reactjs.org repo](https://github.com/reactjs/reactjs.org) and you should see recently pushed branches.
54
+
1. Go to the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) and you should see recently pushed branches.
55
55
1. Follow GitHub's instructions.
56
56
1. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.
0 commit comments