swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.28k stars 1.15k forks source link

How could I setup an enviroment to contribute ngx-charts? #813

Open farhang opened 6 years ago

farhang commented 6 years ago

I would like to contribute ngx-chart component but I don't know how could I setup a test and develop enviroment on my laptop to contribute this component.

marjan-georgiev commented 6 years ago

Thank you for the interest!

You need node installed on your machine. After that, clone the github repo, then

That will start a development server with the demo application, and any change you make in the src folder will be visible on the demo page.

When you are done making changes, commit them to a new branch, and create a pull request.