All of the following are commands that you run at your terminal
\curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install jekyll
gem install bundler
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
brew install git
bundle install
NOTE: This command needs to be run in the repo directory
MAKE SURE THAT YOU clone
THE REPOSITORY SO THAT IT HAS ALL OF THE PROPER BRANCHES AND WHAT NOT
rake publish
NOTE: This command also needs to be run in the repo directory