Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 859 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 859 Bytes

COD-Design-System

Design System proof of concept

Getting Started

This project was created using:

  • Webpack as a web application bundler.
  • Yarn to manage project dependencies.
  • MapLibre for map framework.
  • Storybook for UI component management.

Implenentation

  1. Load package into your project
    yarn add @cityofdetroit/cod-design-system
    
    npm i @cityofdetroit/cod-design-system
    

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:jedgar1mx/COD-Design-System.git
    
  2. Install node dependencies.

    $ yarn
    
  3. Run local instance.

    $ yarn storybook
    
  4. Build storybook.

    $ yarn build-storybook