Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 527 Bytes

De-code

De-code is a Design system that powers the MayaData products. It includes all the UI components, design patterns and principles.

Prerequisites of developement setup

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd de-code
  • yarn install

Running / Development

  • yarn run docz:dev

Building

  • yarn run docz:build (production)