# Demoify
Demoify is a collection of content blocks for the new Gutenberg block editor. Blocks are chunks of content such as paragraphs, images, Tabs, columns, testimonials, buttons, and more. Demoify blocks give you more control to quickly create and launch any kind of site you want.

# Dev
To begin using this Demoify - Advanced Gutenberg Blocks plugin, follow the following steps:

```sh

    # clone the repository
    $ git clone https://github.com/sandy100/Demoify.git

    # go into the directory
    $ cd Demoify

    # install all dependencies
    $ npm install

    #For Development Options
    $ npm run dev

    #For Build Options
    $ npm run build

```
