Skip to content

sreidthomas/COD-Design-System

 
 

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.1%
  • CSS 43.3%
  • MDX 1.4%
  • SCSS 1.1%
  • HTML 0.1%