UI-Patterns is based on Fractal Build UI Library System
Clone the repo:
git clone ssh://git@pagure.io/ui-patterns.git
Install NPM:
sudo dnf install npm
Install dependecies for building with NPM
npm i
In order to preview the Factal Build:
npm run start
To compile Sass:
npm run build
In order to watch for changes on Sass files:
npm run watch
To build the static site (the same as on https://ui-patterns.github.io/):
npm run fractal-dist