Skip to content

rampagekiller0725/sparks-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARKS Design

This repository is the source of all SPARKS design considerations. It servers to provide a wholesome view of the Design System, Assets, CSS Library.

Design System

Figma - SPARKS Design System
The design system is the source of truth for all branding and UI considerations.

Design Assets

/assets
Assets specific to the brand such as logos, banners and iconography.

CSS Library

/css CSS library leveraging classless CSS and variables for accessibility and ease of use.

Storybook

Storybook is used to quickly view everything in one place. It brings in the Design System, Assets and CSS together in a single view.

Get Started

  • clone this repo and enter the directory
  • install dependencies yarn install or npm install
  • run yarn storybook or npm run storybook
  • visit the local server shown in terminal e.g. http://localhost:6000

Bundling CSS

  • run yarn build-css or npm run build-css
  • css is bundled from the /css into /dist
  • style.css OR style.min.css can be imported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 8.5%