All of the following are commands that you run at your terminal
\curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install jekyllgem install bundler
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”brew install git
bundle installNOTE: 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 publishNOTE: This command also needs to be run in the repo directory