This repository is the source of all SPARKS design considerations. It servers to provide a wholesome view of the Design System, Assets, CSS Library.
Figma - SPARKS Design System
The design system is the source of truth for all branding and UI considerations.
/assets
Assets specific to the brand such as logos, banners and iconography.
/css
CSS library leveraging classless CSS and variables for accessibility and ease of use.
Storybook is used to quickly view everything in one place. It brings in the Design System, Assets and CSS together in a single view.
- clone this repo and enter the directory
- install dependencies
yarn install
ornpm install
- run
yarn storybook
ornpm run storybook
- visit the local server shown in terminal e.g.
http://localhost:6000
- run
yarn build-css
ornpm run build-css
- css is bundled from the
/css
into/dist
style.css
ORstyle.min.css
can be imported