- Ruby and ruby-dev
- Node.js and NPM
git clone [email protected]: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 installgit pull && bundle install && npm installWith Gulp:
gulpWithout Gulp:
bundle exec jekyll serve --livereload --incremental