Skip to content

Commit

Permalink
Added dev instructions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 11, 2020
1 parent f1472e7 commit 2cd0842
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,3 +619,12 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
- Fix bugs and [submit pull requests](https://github.com/ankane/chartkick/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features

To get started with development:

```sh
git clone https://github.com/ankane/chartkick.git
cd chartkick
bundle install
bundle exec rake test
```

0 comments on commit 2cd0842

Please sign in to comment.