Hi I have Ruby Rails set up on Mac OSX with Homebrew and Rbenv.
I now want to play around with Bootstrap incorporated into that setup but I'm not sure how to set Bootstrap up accordingly.
Has anyone got any advice / setup guides?
in your Gemfile:
gem 'bootstrap-sass'
and then bin/rake bundle install