File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,14 @@ const MyMultiRangeSlider = (props) => {
104
104
105
105
## Development
106
106
107
- Any PR is welcome! You can run Storybook to play and test your changes :
107
+ Any PR is welcome! A typical roadmap to contribute would be :
108
108
109
109
1 . Install dependencies with ` npm i ` or ` yarn install `
110
- 1 . Run Storybook: ` npm run storybook `
110
+ 1 . Fix a bug, add a new feature or make some changes.
111
+ 1 . Run Storybook to play and test: ` npm run storybook `
112
+ 1 . Check if all linter rules are covered: ` npm run lint `
113
+ 1 . To build the entire package we use [ Rollup] [ rollup ] : ` npm run build `
114
+ 1 . Make a PR.
111
115
112
116
113
117
## License
@@ -117,4 +121,5 @@ This repository is distributed under the terms of the MIT license.
117
121
118
122
[ semantic-ui ] : https://react.semantic-ui.com/
119
123
[ fomantic-ui ] : https://fomantic-ui.com/
120
- [ storybook ] : https://jware-solutions.github.io/neo-react-semantic-ui-range/
124
+ [ storybook ] : https://jware-solutions.github.io/neo-react-semantic-ui-range/
125
+ [ rollup ] : https://rollupjs.org/guide/en/
You can’t perform that action at this time.
0 commit comments