An open API service indexing awesome lists of open source software.

https://github.com/devrchancay/components-demo


https://github.com/devrchancay/components-demo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# my-components

This is a template repo. just clone it, export it and rename to set your own component library module name.

## Usage

To install dependencies
```
$ yarn install
```

To build
```
$ yarn build
```

To run tests
```
$ yarn test
```

To run Storybook
```
$ yarn storybook
```