Startbootstrap::Freelancer::Rails
This gem will install startbootstrap-freelancer, a twitter/bootstrap theme into your Ruby on Rails Application
Requirements
- jquery (added in dependencies), https://rubygems.org/gems/jquery-rails
- twitter/bootstrap, https://rubygems.org/gems/bootstrap-sass
Installation
Add this line to your application's Gemfile:
gem 'startbootstrap-freelancer-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install startbootstrap-freelancer-rails
Add this line to your app/assets/javascripts/application.js
//= require startbootstrap-freelancer
AND add this line to your app/assets/stylesheets/application.css
*= require startbootstrap-freelancer
Usage
please refer to : https://startbootstrap.com/template-overviews/freelancer/
Contributing
- Fork it ( https://github.com/yusdirman/startbootstrap-freelancer-rails/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