#Fox Bootstrap
Middleman template that I use to bootstrap my projects with. I've found it particularly helpful in bootstrapping responsive projects using the middleman framework. Below is a list of some commonly used libraries and patterns.
##Getting Started:
- Do you have ruby Ruby?
$ ruby -v
If so, ruby version2.0.0-p247
or greater is preferred. - Install proper ruby version using rbenv
$ rbenv local 2.0.0-p247
- Check for middleman
$ gem list middleman
. If you already have middleman, skip to step 5. $ gem install middleman
- Clone repo into the middleman root directory
$ git clone https://gh.leapfrogonline.com/DLavin/mm-fox-bootstrap.git ~/.middleman/fox-bootstrap
- Create a new fox project using the fox-bootstrap middleman template
$ middleman init [name_of_project] --template=fox-bootstrap
$ cd
into directory and run$ bundle install
- Start your development server
$ bundle exec middleman server
##Includes: