# Testimonials Press

This project brings a testimonials slider to the new WordPress block editor.

## Features

- Add testimonial text, author name, author image and author profile link
- Uses Bootstrap and Font Awesome
- Uses Webpack 4 for compiling

# Requirements

Node 8+

# Setup

Download this folder in your plugins directory

```
cd /wp-content/plugins/testimonials-slider-block/
npm install
```
To start developing
```
npm start
```

To build
```
npm run build
```

# Screenshot

![Screenshot](../assets//screenshot-1.jpg)