Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

41 lines (23 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, run npm run build first. This initial build is necessary for creating new-icons proxy, after that, you may 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