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
This repo contains the source code and documentation powering [pt-br.reactjs.org](https://pt-br.reactjs.org/).
5
-
=======
6
-
# react.dev
7
-
8
-
This repo contains the source code and documentation powering [react.dev](https://react.dev/).
9
-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
3
+
This repo contains the source code and documentation powering [pt-br.react.dev](https://pt-br.react.dev/).
10
4
11
5
## Getting started
12
6
@@ -16,21 +10,12 @@ This repo contains the source code and documentation powering [react.dev](https:
16
10
1. Node: any 12.x version starting with v12.0.0 or greater
17
11
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
18
12
1. A fork of the repo (for any contributions)
19
-
<<<<<<< HEAD
20
-
1. A clone of the [pt-br.reactjs.org repo](https://github.com/reactjs/pt-br.reactjs.org) on your local machine
21
-
22
-
### Installation
23
-
24
-
1.`cd pt-br.reactjs.org` to go into the project root
25
-
1.`yarn` to install the website's npm dependencies
26
-
=======
27
-
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
13
+
1. A clone of the [pt-br.react.dev repo](https://github.com/reactjs/pt-br.react.dev) on your local machine
28
14
29
15
### Installation
30
16
31
-
1.`cd react.dev` to go into the project root
17
+
1.`cd pt-br.react.dev` to go into the project root
32
18
3.`yarn` to install the website's npm dependencies
33
-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
34
19
35
20
### Running locally
36
21
@@ -41,15 +26,11 @@ This repo contains the source code and documentation powering [react.dev](https:
41
26
42
27
### Guidelines
43
28
44
-
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.
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/pt-br.react.dev/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
45
30
46
31
### Create a branch
47
32
48
-
<<<<<<< HEAD
49
-
1.`git checkout main` from any folder in your local `pt-br.reactjs.org` repository
50
-
=======
51
-
1.`git checkout main` from any folder in your local `react.dev` repository
52
-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
33
+
1.`git checkout main` from any folder in your local `pt-br.react.dev` repository
53
34
1.`git pull origin main` to ensure you have the latest main code
54
35
1.`git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch
55
36
@@ -70,23 +51,13 @@ The documentation is divided into several sections with a different tone and pur
70
51
71
52
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
72
53
1.`git push my-fork-name the-name-of-my-branch`
73
-
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
54
+
1. Go to the [pt-br.react.dev repo](https://github.com/reactjs/pt-br.react.dev) and you should see recently pushed branches.
74
55
1. Follow GitHub's instructions.
75
56
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
76
57
77
58
## Translation
78
59
79
-
<<<<<<< HEAD
80
-
If you are interested in translating `reactjs.org`, please see the current translation efforts at [translations.reactjs.org](https://translations.reactjs.org/).
81
-
82
-
If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).
83
-
84
-
## Troubleshooting
85
-
86
-
-`yarn reset` to clear the local cache
87
-
=======
88
-
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
89
-
>>>>>>> e565b43abded279443401b07d170d478c54aabfd
60
+
If you are interested in translating `pt-br.react.dev`, please see the current translation efforts [here](https://github.com/reactjs/pt-br.react.dev/issues/555).
90
61
91
62
## License
92
-
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/master/LICENSE-DOCS.md) file.
63
+
Content submitted to [pt-br.react.dev](https://pt-br.react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/rt-br.react.dev/blob/master/LICENSE-DOCS.md) file.
0 commit comments