Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
updated contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmacs committed Jun 5, 2018
1 parent 89990b4 commit 629fa20
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,25 @@ yarn add -E react-shopify
Licensed under the MIT License, Copyright © 2018-present inkOfPixel srl.

See [LICENSE](./LICENSE) for more information.

## Contributing

All the developed components can be found under `src/commponents` directory, each organized in a separate folder that contains a bunch of stuff including markdown examples on component usage.

To run a demo:

```shell
yarn demo
```

To preview the docs:

```shell
yarn docs
```

To release:

```shell
yarn release
```

0 comments on commit 629fa20

Please sign in to comment.