Skip to content

Commit d94a9f6

Browse files
authored
Merge pull request #12040 from HiroyukiNaito/first_challenge
Change yarn start to yarn dev and localhost:8000 to localhost:3000 in README file
2 parents a19b5bd + 18e2a52 commit d94a9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ git checkout -b new_branch_name
9191
2. Start developing!
9292

9393
```sh
94-
yarn start
94+
yarn dev
9595
```
9696

97-
- Open this directory in your favorite text editor / IDE, and see your changes live by visiting `localhost:8000` from your browser
97+
- Open this directory in your favorite text editor / IDE, and see your changes live by visiting `localhost:3000` from your browser
9898
- Pro Tip:
9999
- Explore scripts within `package.json` for more build options
100100
- 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

0 commit comments

Comments
 (0)