Skip to content

Commit d8f76e9

Browse files
committed
fix: local run in readme is outdated
1 parent b63fb8a commit d8f76e9

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
@@ -118,8 +118,8 @@ To do so, please follow the next steps.
118118
### Run the Site
119119
In the project's root folder run the following commands:
120120
```shell
121-
npm ci
122-
npm run start
121+
yarn install
122+
yarn run start
123123
```
124124
Then open http://localhost:8082/ in a browser.
125125
Make changes in a page in `src/pages`.

0 commit comments

Comments
 (0)