Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 686 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 686 Bytes

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.