Skip to content

mayadata-io/de-code

Repository files navigation

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)