Skip to content

soramitsu/soramitsu-js-ui-library

Repository files navigation

soramitsu-js-ui-library

Project setup

yarn install

Usage library in project

The full guide about usage can be found here

Compiles and hot-reloads storybook with components for development

yarn storybook:serve

Compiles and minifies storybook with components and docs for production

yarn storybook:build

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.