bradfrost / pl-website-eleventy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 npm install
  3. Once all the dependencies are installed run npm start
  4. Open your browser at http://localhost:8080

Terminal commands

Serve the site locally

npm start

Build a production version of the site

npm run production

Compile Sass

npm run sass:process

About

License:MIT License


Languages

Language:CSS 44.8%Language:HTML 34.2%Language:JavaScript 21.0%