6.1.0 • Published 4 months ago

@pattern-lab/website v6.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 months ago

Pattern Lab Website

This is the website for patternlab.io. This site was build using the Hylia starter kit, which is a lightweight Eleventy starter kit.


How to work with this project

  1. Clone this repository
  2. cd into the project directory and run yarn
  3. Once all the dependencies are installed run yarn start
  4. Open your browser at http://localhost:8080

Terminal commands

Serve the site locally

yarn start

Build a production version of the site

yarn production

Compile Sass

yarn sass:process