Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

pattern-lab/website

Repository files navigation

Pattern Lab Website

The Pattern Lab website is built using the static site generator Jekyll and is hosted on Github Pages.

Running the Website Locally

  • To run the website localy you need Ruby. You can install Ruby directly on your system or use a version manager like RVM.
  • Run bundle install. The bundle command is provided by Ruby.
  • Run bundle exec jekyll serve to build and serve the website.

Pages are written using kramdown, a Markdown superset.