# Product Recommendations for WooCommerce

An WooCommerce add-on that allows store owners to generate dynamic product recommendations based different criteria and shows it to the customers.

## Installation

To get started with following plugin, follow these steps:

### 1. Clone the Repository

Clone the GitHub repository to your local machine using the following command:

```bash
git clone git@github.com:CODEREXLTD/rex-product-recommendations-for-woocommerce.git product-recommendations-addon-for-woocommerce
```

### 2. Install Packages

Navigate to the project directory and install the required Composer and npm packages:

```bash
cd product-recommendations-addon-for-woocommerce
composer install
npm install
```

### 3. Build Assets Folder

Finally, run the following command to build your asset files

```bash
npm start
```

### 4. Activate the Plugin
Activate the plugin from the plugins activation window
