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 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.
- RailsUJS
- React (optional)
-
Add to your
Gemfile
:group :development do gem 'ornament', github: 'katalyst/ornament' end
-
Run bundler:
bundle install
-
Run the generator:
rails generate ornament
-
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'
Copyright (c) 2013 Katalyst Interactive.
See the LICENSE file for details.