README.md

UI Patterns for Fedora Websites

UI-Patterns is based on Fractal Build UI Library System

Contributing

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

Running npm script with Fractal and Sass Gulp build

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