The best design system in the world (or the closest thing anyway) because it is ours :D
The design is structure using the atomic design principles
The CSS uses the following nomenclature
https://css-tricks.com/combining-the-powers-of-sem-and-bio-for-improving-css/
You will need to installs the deps at least once
npm ci
Execute the following command:
npm run storybook
Execute the following actions:
- bump the semver in package.json
npm run build
npm run pub