git clone https://github.com/SapienNetwork/react-component-boilerplate
yarn install# serve the components at localhost:5000
yarn storybook# build for production
yarn build# lint all the things
yarn lint# Install all peers dependencies as local dependencies to be used on development
yarn install-peers