Skip to content

Commit 516d543

Browse files
committed
Added Development section
1 parent 72bd558 commit 516d543

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,15 @@ const MyMultiRangeSlider = (props) => {
9999

100100
- 🚀 Written in modern React using hooks and clean
101101
- ✨ Fully Typescript support
102-
- 📖 A lot of colors and StoryBook
102+
- 📖 A lot of colors and Storybook
103+
104+
105+
## Development
106+
107+
Any PR is welcome! You can run Storybook to play and test your changes:
108+
109+
1. Install dependencies with `npm i` or `yarn install`
110+
1. Run Storybook: `npm run storybook`
103111

104112

105113
## License

0 commit comments

Comments
 (0)