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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repo contains the source code and documentation powering [it.reactjs.org](h
5
5
# ⚠ Beta Website ⚠
6
6
We are currently transitioning our translation efforts to the new website that is currently in [Beta](https://github.com/reactjs/reactjs.org/issues/4135).
7
7
8
-
We are early stages and still setting up everything, all the previous translation efforts are stopped.
8
+
We are early stages and still setting up everything, all the previous translation efforts are stopped.
9
9
10
10
Nothing is lost, all the translated content will be archived.
11
11
@@ -26,11 +26,11 @@ As usual you can follow the progress [here (#1)](https://github.com/reactjs/it.r
26
26
1. Node: any 12.x version starting with v12.0.0 or greater
27
27
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
28
28
1. A fork of the repo (for any contributions)
29
-
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
29
+
1. A clone of the [it.react.dev repo](https://github.com/reactjs/it.react.dev) on your local machine
30
30
31
31
### Installation
32
32
33
-
1.`cd react.dev` to go into the project root
33
+
1.`cd it.react.dev` to go into the project root
34
34
3.`yarn` to install the website's npm dependencies
35
35
36
36
### Running locally
@@ -67,7 +67,7 @@ The documentation is divided into several sections with a different tone and pur
67
67
68
68
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
69
69
1.`git push my-fork-name the-name-of-my-branch`
70
-
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
70
+
1. Go to the [it.react.dev repo](https://github.com/reactjs/it.react.dev) and you should see recently pushed branches.
71
71
1. Follow GitHub's instructions.
72
72
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
0 commit comments