Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 397 Bytes

contributing.md

File metadata and controls

22 lines (15 loc) · 397 Bytes

Contributing to repo

Hey!! thank you for showing interest on contributing to this repo.

Environment setup

git clone https://github.com/sumukhah/React-Image-Button.git
cd React-Image-Button/
npm install

We use story book to build components

npm run storybook 

then visit http://localhost:6006

raise a pr integrating more features or fixing some issues.

Happy coding