- 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.
- 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
. Thebundle
command is provided by Ruby. - Run
bundle exec jekyll serve
to build and serve the website.
Pages are written using kramdown, a Markdown superset.