<h1 align="center">taibika visual</h1>

![divider](./divider.png)

<br />

## ❯ Table of Contents

- [Getting Started](#-getting-started)
- [Commands](#-commands)

## ❯ Getting Started

### Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install [Node.js and NPM](https://nodejs.org/en/download/)

- on OSX use [homebrew](http://brew.sh) `brew install node`
- on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`

### Step 2: Install dependencies

- Install all dependencies with `npm`.

```shell
npm install
```

### Step 3: Start Storybook on your local machine

Start `storybook` on your local machine including live reload.

```shell
npm run storybook
```

![divider](./divider.png)

## ❯ Commands

| Command             | Description                      |
| ------------------- | -------------------------------- |
| `npm run storybook` | Run `storybook` on local machine |
| `npm run test`      | Run eslint                       |
| `npm run build`     | Build `storybook` static files   |
