Skip to content

gedankenessen/design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design System

Repo for components used in gedankenessen websites and applications. Check out the storybook here.

Contributing

Installation

npm i

Running locally

npm run storybook

Deploying

The repo has been setup to use gh-pages to easily deploy to Github. For the deploy to work you need to configure the homepage field in package.json to something like http://{username}.github.io/{repo}.

npm run deploy