Skip to content

MarcoDaniels/wardrobe

Repository files navigation

wardrobe

Build Status Coverage Status

A component library of React.js components for marcodaniels projects.

Documentation

This component library uses Storybook to document all components.

The documentation can be found at wardrobe.marcodaniels.com.

Development

The component library runs Storybook for component development.

# install dependencies
yarn install

# run storybook for development
yarn dev