We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19b5bd commit 18e2a52Copy full SHA for 18e2a52
README.md
@@ -91,10 +91,10 @@ git checkout -b new_branch_name
91
2. Start developing!
92
93
```sh
94
-yarn start
+yarn dev
95
```
96
97
-- Open this directory in your favorite text editor / IDE, and see your changes live by visiting `localhost:8000` from your browser
+- Open this directory in your favorite text editor / IDE, and see your changes live by visiting `localhost:3000` from your browser
98
- Pro Tip:
99
- Explore scripts within `package.json` for more build options
100
- 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