Skip to content

⚠️ This project is no longer mantained - Contactlab Pattern Library website

License

Notifications You must be signed in to change notification settings

contactlab/contactlab-pattern-library

Repository files navigation

Contactlab Pattern Library website - ⚠️ Deprecated

This is the documentation website for the Contactlab Pattern Library (https://ux.contactlab.com/) styleguide and components designed and built by the Contactlab Product team.

Installation

Required tools

Repository clone and dependencies installation

From the command line, run

$ yarn 

to install required dependencies.

Available tasks

Expose ./dist folder on localhost:3000

$ yarn start

Bundle and transpiles .js files in watch mode plus the yarn start action

$ yarn dev

Compiles .scss files in the ./src folder to .css file in ./dist folder

$ yarn css

Deploy ./dist folder on remote gh-pages branch

$ yarn deploy

Git branching policies

Any feature/bug fixing/refactor must be developed on a feature branch derived from the develop branch and integrate the changes through a pull request to have a code review.

License

Distributed under the Apache 2.0 license.