# Installation

Before running any commands, run the following to install all npm dependencies required for this package to work:

```
./execute npm install
```

# Start Storybook

```
./execute storybook
```