Skip to content

Commit 1742367

Browse files
committed
change requests
1 parent aa62122 commit 1742367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ yarn dev
9595
- Open this directory in your favorite text editor / IDE, and see your changes live by visiting `localhost:3000` from your browser
9696
- Pro Tip:
9797
- Explore scripts within `package.json` for more build options
98-
- Get **faster** local builds by building only one language. E.g. in your `.env` file, set `BUILD_LOCALES=en` to build the content only in English
98+
- Get **faster** production builds by building only one language. E.g. in your `.env` file, set `BUILD_LOCALES=en` to build the content only in English
9999

100100
By default the script will build all the languages (complete list in `i18n.config.json`).
101101

@@ -116,7 +116,7 @@ git push
116116
- After your changes are committed to your GitHub fork, submit a pull request (PR) to the `dev` branch of the `ethereum/ethereum-org-website` repo
117117
- In your PR description, reference the issue it resolves (see [linking a pull request to an issue using a keyword](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))
118118
- ex. `Updates out of date content [Fixes #1234]`
119-
- Netlify (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL, e.g.:
119+
- Netlify (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL, e.g.: ![Netlify deploy preview](public/preview-deploy.png)
120120
- _Confirm your Netlify preview deploy looks & functions as expected_
121121
- Why not say hi and draw attention to your PR in [our discord server](https://discord.gg/ethereum-org)?
122122

public/preview-deploy.png

53 KB
Loading

0 commit comments

Comments
 (0)