Design System proof of concept
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.
- Load package into your project
yarn add @cityofdetroit/cod-design-systemnpm i @cityofdetroit/cod-design-system
-
Download the repo.
$ git clone git@github.com:jedgar1mx/COD-Design-System.git -
Install node dependencies.
$ yarn -
Run local instance.
$ yarn storybook -
Build storybook.
$ yarn build-storybook