Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

A collection of React components of Increase Design System

Notifications You must be signed in to change notification settings

IncreaseCard/increase-design-components

Repository files navigation

Increase Components

Increase design system components for building user interfaces

View demo https://increasecard.github.io/increase-design-components/

Getting Started

Clone repo

git clone https://github.com/IncreaseCard/increase-components.git

Install dependencies

npm install or yarn install

Start storybook server

npm start or yarn start

Runs the library storybook in development mode. Open http://localhost:6006 to view it in the browser.

Library files

All library files are located inside src/lib

Testing

npm run test or yarn run test

Build library

npm run build or yarn run build

Produces production version of library under the build folder.

Publish library

npm publish