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.
From the command line, run
$ yarn
to install required dependencies.
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
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.
Distributed under the Apache 2.0 license.