/flipper-ui

UI for the Flipper gem

Primary LanguageJavaScriptMIT LicenseMIT

Flipper::UI

UI for the Flipper gem. Note: This is not fully functional yet. The end product will look like this:

flipper web

Installation

Add this line to your application's Gemfile:

gem 'flipper-ui'

And then execute:

$ bundle

Or install it yourself as:

$ gem install flipper-ui

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Fire up the app (bundle exec rake start)
  4. Start up guard (bundle exec guard for automatic coffeescript/sass compilation and such).
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request