- Ruby and ruby-dev
- Node.js and NPM
git clone git@github.com:swissup/swissup.github.io.git && cd swissup.github.io
# Install bundler is you don't have it
gem install bundler
# Install dependencies
bundle install && npm install
git pull && bundle install && npm install
With Gulp:
gulp
Without Gulp:
bundle exec jekyll serve --livereload --incremental