Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

ridi/design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.