website icon indicating copy to clipboard operation
website copied to clipboard

Pattern Lab's website: patternlab.io

Pattern Lab Website

  • View Site: https://patternlab.io/
  • Documentation: https://patternlab.io/docs/index.html
  • Resources: https://patternlab.io/resources.html
  • Demo: http://demo.patternlab.io/

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.