mdc-design-system
v0.10.0
Published
Design System for MDC Digital Products
Readme
MDC Design System Library
Introduction
This document provides instructions to build and publish the MDC Design System Library.
Prerequisites
- Node.js (version 14.x or higher)
- npm (version 6.x or higher)
Installation
Clone the repository:
git clone https://gitlab.com/mdcdatacenters/mdc-design-system.git cd mdc-design-systemInstall dependencies:
yarn install
Building the Library
To build the library, run the following command:
yarn rollup
npm publish