We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3970a72 commit 124ddfaCopy full SHA for 124ddfa
README.md
@@ -265,6 +265,13 @@ Assigns a single image for the track. Only static images are supported. The cent
265
266
## Contributing
267
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
275
While developing, you can run the [example app](/example/README.md) to test your changes.
276
277
Make sure your code passes Flow, ESLint and the tests. Run the following to verify:
@@ -274,6 +281,7 @@ yarn validate:flow
281
yarn validate:eslint
282
yarn test:jest
283
```
284
285
or
278
286
279
287
```sh
0 commit comments