Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 766 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 766 Bytes

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