Skip to content

Commit

Permalink
docs(contributing): add watch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlb committed Dec 15, 2019
1 parent 7737869 commit 711cfe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ To create files for a new component use the `yarn run create` command. This will

Please always use this tool for new components, as it will create all config files in a standardised manner.

### Watch Mode

Some components depend on each other. To keep them up-to-date when developing in sync run `yarn watch` in the respective package folders.

It is, unfortunately, currently not possible to use Lerna for this. Thus, every package’s watch mode need to run in separate terminal session.

### Storybook

We use [Storybook](https://storybook.js.org/) to quickly prototype new components. If you’ve never worked with it before, we recommend the [Intro to Storybook](https://www.learnstorybook.com/intro-to-storybook) guide.
Expand Down

0 comments on commit 711cfe1

Please sign in to comment.