0.1.2 • Published 6 years ago
@pleio/design-system v0.1.2
Design system for Pleio
This repository contains the Pleio design system, a HTML/CSS and React component library.
Installation
Please run the following command to install all dependencies
yarn install
Rebuilding icons
We use the tool svgr to convert SVG icons to React components. To rebuild the icon components from the svgs run:
yarn build-icons
View the design system
Use the following command to view the design system:
yarn start
Visit http://localhost:9002/ to view the storybook.