@bonitour/components

<div align="center"> Bonitour Components is the tool to unite and standardize all components used on Bonitour projects in just one powerful tool

Usage no npm install needed!

<script type="module">
  import bonitourComponents from 'https://cdn.skypack.dev/@bonitour/components';
</script>

README

Bonitour Components

Bonitour Components is the tool to unite and standardize all components used on Bonitour projects in just one powerful tool

A Bonitour Component to rule them all

Table of Contents

Getting started

The project may be used in two ways, one with the many projects in the repository, or as a standalone project used on production, this ways will be explained below:

Developing

To start your development process you can just develop locally on the folder, as this package doesn't depend on others to work. The whole process of developing the components is made on Storybook, to maintain a visual consistency between enviroments.

## Run this command to develop within the whole ecosystem of applications

yarn global add lerna
lerna bootstrap

## Or just run a local installation inside the `packages/bonitour-components` folder

yarn install

## And then use this command to start storybook

yarn start

Utils

To make your development easier we provided some tools to make a standardized and better code.

Hygen

With the purpouse to create your components you may just run the following command:

  yarn new:component

This command will generate a fresh new component, with the name you provided, with the right path folder and the SCSS, JS and Story files, enabling a quick development.