1.1.0 • Published 4 years ago

@splashup/design-system v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Description

Splashup design-system written in TypeScript and React and scaffholded using TSDX React w/ Storybook.

Installation

git clone https://github.com/thealternativeapp/design-system.git
cd design-system

Accessing storybook component library

# development
yarn storybook

production

Storybook on Chromatic

Accessing playground environment

# development
cd playground
yarn
yarn start

Test

# unit tests
yarn test

Stay in touch