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-system
npm i @cityofdetroit/cod-design-system
-
Download the repo.
$ git clone [email protected]:jedgar1mx/COD-Design-System.git
-
Install node dependencies.
$ yarn
-
Run local instance.
$ yarn storybook
-
Build storybook.
$ yarn build-storybook