Working with source code

I want to try fixing a problem I am having by changing the source code. How would I start?

Thanks

Hi @Zolotoy the source code of plotly.js is on https://github.com/plotly/plotly.js. You can read the BUILDING.md and CONTRIBUTING.md to get started.

Thanks for the help. For now, I want to see if I can locate the code I would need to change based on a problem I am having. How do I navigate though the source code?

Most of the code is in the src directory (then in components and traces). I would suggest to grep for specific patterns to find what you are looking for.

By grep you mean this https://gist.github.com/addyosmani/5528121 ?

No I mean linux grep command