# roaster-coffee

React components library for Beans project based on the Coffee theme.

## 🏗 Prerequisites

### NodeJS 18 or higher

Before getting started, ensure that [Node JS ](https://nodejs.org/en/download/) is installed on your computer.

## 🔨 Installing

Clone the git repo, move to the repository root folder,
and run this command in your terminal to install the dependencies:

```shell
yarn install
```

## ⏯ Running

To run the project on your local machine, run:

```shell
yarn storybook
```

Open your web browser and navigate to: http://localhost:5000/
