Skip to content

Latest commit

 

History

History

ACME Web UI library

React component library and theming necessities for ACME Web app.

This package uses:

Setup

pnpm install

Available scripts

Start Storybook

Storybook will be running on http://localhost:6006;

pnpm storybook

# For smoke-testing
pnpm storybook:smoke-test

Build Storybook

pnpm storybook:build

Lint

pnpm lint

# To fix lint
pnpm lint:fix

# For code-specific linting
pnpm lint:code
pnpm lint:code:fix

# For styles-specific linting
pnpm lint:styles