Skip to content

Commit

Permalink
Add instructions for yarn install
Browse files Browse the repository at this point in the history
Summary:
If you have not build the website before, you need to run `yarn install` first. Otherwise, the build script cannot find the docusaurus executable listed in `package.json` file.

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: IanChilds

Differential Revision: D57207975

fbshipit-source-id: c5ea62e0d5385fa541fd12c26a4c981ce19b893b
  • Loading branch information
ezgicicek authored and facebook-github-bot committed May 10, 2024
1 parent 0114255 commit 23a94a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/README.md
Expand Up @@ -8,6 +8,7 @@ static website generator.
```shell
$ yarn global add node-gyp
$ yarn
$ yarn install
```

If on Eden you might get faster builds by doing
Expand Down

0 comments on commit 23a94a7

Please sign in to comment.