Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

katalyst/ornament

Repository files navigation

IMPORTANT NOTE: This repository is now archived and will not receive any further updates. Feel free to fork it or keep using it, though.

Ornament

Ornament is a pattern/component library and a boilerplate template for kick-starting development for a ruby on rails project.

Visit the Ornament website for more information.

Dependancies

  • RailsUJS
  • React (optional)

Installation

  1. Add to your Gemfile:

    group :development do
      gem 'ornament', github: 'katalyst/ornament'
    end
  2. Run bundler:

    bundle install
  3. Run the generator:

    rails generate ornament
  4. Make sure these gems were added to your gemfile:

    gem  'sass-rails',    '~> 5.0.0'
    gem  'uglifier',      '>= 1.0.3'
    gem  'htmlentities',  '~> 4.3.4'

License

Copyright (c) 2013 Katalyst Interactive.

See the LICENSE file for details.