Bootstrap V3 (for Rails)
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Homepage: http://getbootstrap.com/
Installation
Inside your Gemfile add the following lines:
gem 'therubyracer'
gem 'less-rails'
gem "bootstrap_v3"Then run bundle install to install gems.
Run generator to include assets to your project
rails g bootstrap:installContributing
- Fork it
- 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 new Pull Request