Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 1.05 KB

Contributing

Thanks for contributing. We're happy for your input and would ask you to follow this contribution guide to maintain a high quality code.

Getting Started

Let's get the storybook running locally

npm start

If you run it for the first time, it will build and run npm run storybook. (This initial build is necessary for creating new-icons proxy, after that, you my just run npm run storybook)

Creating Components

Read here

Component Structure

Read here

Component Guidelines

Read here

Testing Components

For components testing and best practices Read here

For components test drivers and TestKits Read here

Styling

Read here

Documenting Components

Read here

Adding Icons

Read here