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