We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1472e7 commit 2cd0842Copy full SHA for 2cd0842
README.md
@@ -619,3 +619,12 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
619
- Fix bugs and [submit pull requests](https://github.com/ankane/chartkick/pulls)
620
- Write, clarify, or fix documentation
621
- Suggest or add new features
622
+
623
+To get started with development:
624
625
+```sh
626
+git clone https://github.com/ankane/chartkick.git
627
+cd chartkick
628
+bundle install
629
+bundle exec rake test
630
+```
0 commit comments