Front-end assets and templates for the default Pattern Lab workshop view.
This code is responsible for creating Pattern Lab's default workshop UI look, feel, and functionality.
An even simpler starting point for UIKit development. It only has the final output UIKit of uikit-workshop, minus the complicated build pipeline that utilized.
Pattern Lab Node uses npm to manage project dependencies. To install the default static assets run:
npm install @pattern-lab/uikit-bare
In order to modify these assets you need to install the following:
- Node.js and NPM
Read the contribution guidelines