@pattern-lab/website
v6.1.0
Published
The website for patternlab.io
Downloads
4
Keywords
Readme
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
- Clone this repository
cdinto the project directory and runyarn- Once all the dependencies are installed run
yarn start - Open your browser at
http://localhost:8080
Terminal commands
Serve the site locally
yarn startBuild a production version of the site
yarn productionCompile Sass
yarn sass:process