Skip to content

Commit 124ddfa

Browse files
authored
Updates contirbuiting section in README (#168)
1 parent 3970a72 commit 124ddfa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ Assigns a single image for the track. Only static images are supported. The cent
265265

266266
## Contributing
267267

268+
This project uses [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) to handle its internal dependencies.
269+
Make sure to use `yarn` to install dependencies
270+
271+
```sh
272+
yarn install
273+
```
274+
268275
While developing, you can run the [example app](/example/README.md) to test your changes.
269276

270277
Make sure your code passes Flow, ESLint and the tests. Run the following to verify:
@@ -274,6 +281,7 @@ yarn validate:flow
274281
yarn validate:eslint
275282
yarn test:jest
276283
```
284+
277285
or
278286

279287
```sh

0 commit comments

Comments
 (0)