manattan / charcoal

Design system library by pixiv

Home Page:https://pixiv.github.io/charcoal/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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 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.

About

Design system library by pixiv

https://pixiv.github.io/charcoal/docs

License:Apache License 2.0


Languages

Language:TypeScript 95.1%Language:JavaScript 4.1%Language:HTML 0.5%Language:Shell 0.3%Language:CSS 0.1%