Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 543 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 543 Bytes

Swissup Docs

docs.swissuplabs.com

Requirements

  • Ruby and ruby-dev
  • Node.js and NPM

Installation

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 install

Updating

git pull && bundle install && npm install

Running

With Gulp:

gulp

Without Gulp:

bundle exec jekyll serve --livereload --incremental