charcoal icon indicating copy to clipboard operation
charcoal copied to clipboard

Design system library by pixiv

@charcoal-ui ― PIXIV Design System monorepo

test Storybook

This is the monorepo for the @charcoal-ui packages by pixiv.

How to use

See our documentation, or README of each package in /packages.

Contribution

Setup

Requires yarn and nodenv.

nodenv install `cat .node-version`
yarn install

Development

Start the development server on http://localhost:6006

yarn build
yarn storybook

If you want to start development for documentation site, run the following command and go to http://localhost:5000

yarn website

Commit

@charcoal-ui is using commintlint and following the Conventional Commits rules.