Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 406 Bytes

Strimzi website

This repository contains the Strimzi website.

Prerequisites

Ruby and Rubygems are needed in order to build the web site.

Install bundler

gem install bundler

Build

In order to build and serve the web site locally, run :

bundle install
bundle exec jekyll serve