# Beauty Box Gutenberg Block
The Beauty Box block provides the ability to surround your content with a configurable container.
The Beauty Box block doesn't care what you put in the box, it only cares that its beautiful :)

### To Install
1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress.

# 

### To Modify
```
cd /wp-content/plugins/beauty-block/
npm install
npm run build
```
