Okay Enhances HTML with data-attributes and JSON
Learn how to use it here, or check out the sample app
Add this line to your application's Gemfile:
gem 'okay'And then execute:
$ bundle
Or install it yourself as:
$ gem install okay
Run setup:
$ setup
Run the tests:
$ rspec
$ mocha
Run the sample app server:
$ server
Learn how to use it here, or check out the sample app
After checking out the repo, run bin/setup to install dependencies. Then, run server to check out the sample app.
- Fork it ( https://github.com/[my-github-username]/okay/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request