Skip to content

Commit 875d3d9

Browse files
committed
Update Contributing
1 parent a0ede15 commit 875d3d9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -891,19 +891,18 @@ To suggest a feature, create an issue if it does not already exist.
891891
If you would like to help develop a suggested feature follow these steps:
892892

893893
- Fork this repo
894-
- `$ yarn`
895-
- `$ yarn run storybook`
894+
- Install dependencies with `$ yarn`
895+
- Auto-build files as you edit with `$ yarn run watch`
896896
- Implement your changes to files in the `src/` directory
897-
- View changes as you code via our <a href="https://github.com/storybooks/react-storybook" target="\_parent">React Storybook</a> `localhost:8000`
898-
- Make changes to stories in `/stories`, or create a new one if needed
897+
- Run the <a href="https://github.com/tannerlinsley/react-story">React Story</a> locally with `$ yarn run docs`
898+
- View changes as you edit `docs/src`,
899899
- Submit PR for review
900900

901901
#### Scripts
902902

903-
- `$ yarn run storybook` Runs the storybook server
903+
- `$ yarn run watch` Watches files and builds via babel
904+
- `$ yarn run docs` Runs the storybook server
904905
- `$ yarn run test` Runs the test suite
905-
- `$ yarn run prepublish` Builds the distributable bundle
906-
- `$ yarn run docs` Builds the website/docs from the storybook for github pages
907906

908907
## Used By
909908

0 commit comments

Comments
 (0)