File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -891,19 +891,18 @@ To suggest a feature, create an issue if it does not already exist.
891
891
If you would like to help develop a suggested feature follow these steps:
892
892
893
893
- 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 `
896
896
- 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 ` ,
899
899
- Submit PR for review
900
900
901
901
#### Scripts
902
902
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
904
905
- ` $ 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
907
906
908
907
## Used By
909
908
You can’t perform that action at this time.
0 commit comments