Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 503 Bytes

Spree Notes

Installation

Add to Gemfile:

gem 'spree_notes', :git => 'git://github.com/railsdog/spree_notes.git'

Run:

$ bundle
$ bundle exec rails g spree_notes:install

Development

* Fork the repo
* clone your repo
* Run `bundle`
* Run `bundle exec rake test_app` to create the test application in `spec/test_app`.
* Make your changes.
* Ensure specs pass by running `bundle exec rake`
* Submit your pull request