petecorreia / react-circular-input

React components for easily composing a circular range input
https://react-circular-input.now.sh
MIT License
172 stars 12 forks source link

Help needed with running development environment #14

Closed dimagimburg closed 4 years ago

dimagimburg commented 4 years ago

Hey, I want to add a feature to react circular input.

Can you please guide me how do I run the local development environment easily so I can reflect the changes I do in the code some rendered example? thanks.

(this is the first time I contribute to a project with such structure)

dimagimburg commented 4 years ago

Nevermind, figured it out :) used npm link

petecorreia commented 4 years ago

Ah great that you cracked it. I didn't get to this fast enough :)

If you're wanting to enrich the library, you can clone it locally and use the various npm scripts like npm run start.

I usually go for npm run docs:dev as it lets you develop features and document at the same time via having examples of what you want to improve upon.

Hope this helps even if you're already sorted

dimagimburg commented 4 years ago

@petecorreia thank you very much, hope I can contribute.