This is the monorepo for the @charcoal-ui
packages by pixiv.
See our documentation, or README of each package in /packages
.
Requires yarn
and nodenv
.
nodenv install `cat .node-version`
yarn install
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
@charcoal-ui
is using commitlint and following the Conventional Commits rules.