Skip to content

Commit 906cbb2

Browse files
authored
Merge pull request #3342 from amvanbaren/update-readme-get-started
Update get started documentation
2 parents 48b394b + d3cff1f commit 906cbb2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ If you want to refute a previously granted ownership, please comment on the corr
1717

1818
## Getting started
1919

20-
Install dependencies, build assets and start a dev server:
20+
Enable Yarn, install dependencies, build assets and start a dev server:
2121

2222
```bash
23-
cd website
23+
corepack enable
24+
corepack prepare yarn@stable --activate
2425
yarn --cwd website
26+
yarn --cwd website compile
2527
yarn --cwd website build
28+
yarn --cwd website build:dev
2629
yarn --cwd website start:dev
2730
```
2831

0 commit comments

Comments
 (0)