Skip to content

soramitsu/soramitsu-js-ui-library

Folders and files

NameName
Last commit message
Last commit date
Nov 30, 2022
Mar 10, 2023
Oct 14, 2024
Jun 24, 2020
May 29, 2020
May 29, 2020
Jun 4, 2020
May 29, 2020
Dec 5, 2022
Aug 21, 2023
Mar 24, 2021
Jul 28, 2021
May 29, 2020
Jul 19, 2023
Oct 14, 2024
Jun 30, 2021
Aug 21, 2023

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.