/**
 * Plugin Name: Blocks Bakery
 * Plugin URI: https://www.blocksbakery.com
 * Description: Enhance the blocksbakery editor with complex and powerful blocks that will help you        quickly create web pages. This Blocks Bakery is here to make creating a website an experience or an ultimate journey.
 * Author: Essa Mamdani
 * Author URI: https://www.essamamdani.com
 * Tags:  gutenberg, gutenberg blocks, wordpress blocks, blocks, editor, block, gutenberg library, 
 templates, page builder, section, advance columns
 * Requires at least: 5.7
 * Tested up to: 5.8
 * Stable tag: 1.0.12
 * Requires PHP: 5.6
 * License: GPLv2 or later
 * License URI: http://www.gnu.org/licenses/GPLv2-2.0.txt
 */


Blocks Bakery WordPress Plugin
===

Getting started
---

- Pull this into the plugins directory of your project either by cloning or using composer. Make sure you have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/) installed. 
- Run `npm install`
- For `dev` Run `npm run start` or `yarn start` to watch JS files and build on the fly
- For `production` Run `npm run build` or `yarn build` 
- Activate the plugin

Note
---
I may not be the greatest with ES6/ES7, feel free to fork or issue a pull request if I've written anything against convention.  


