1.0.32 • Published 1 year ago
cod-design-system v1.0.32
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
- Load package into your project
yarn add @cityofdetroit/cod-design-systemnpm i @cityofdetroit/cod-design-system
Setup Local Environment.
- Download the repo.
$ git clone git@github.com:jedgar1mx/COD-Design-System.git Install node dependencies.
$ yarnRun local instance.
$ yarn storybookBuild storybook.
$ yarn build-storybook