/design-system

🎨 RIDI Design System

Primary LanguageJavaScriptMIT LicenseMIT

RIDI Design System

Development

Website

Requirements

Quick Start

$ cd docs
$ yarn
$ yarn start

Packages

Requirements

Quick Start

$ yarn
$ yarn start

Deployment

To publish the packages, please follow the steps:

  1. Checkout master branch.
  2. Update CHANGELOG.md and commit changes.
  3. Run yarn lerna version to update the packages' version. This will automatically commit version changes and add a version tag.
  4. Push the commits & version tag to master branch.

CI will be triggered after pushing the tag to start deployment process.