Skip to content

Commit 6a0e22b

Browse files
authored
docs(website): fix local development instructions (#1778)
1 parent b3fa74b commit 6a0e22b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ yarn
1111
### Local Development
1212

1313
```shell
14-
yarn copyDocs
14+
yarn start
1515
```
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1818

19+
**NOTE:** Requires Node.js >=16.14.
20+
1921
### Build
2022

2123
```shell

0 commit comments

Comments
 (0)