# MiniComposer

MiniComposer ist a layout page builder plugin for wordpress.
You can build any layout in a 12 column grid in an intuitive and easy to use drag and drop editor.

No programming knowledge required.


Works with every theme which uses bootstrap or foundation.

You can directly install from wordpress.org
https://wordpress.org/plugins/minicomposer/


# Install
### Requirements
- Composer (https://getcomposer.org/)
- [npm bower](http://bower.io/)

### Run this
```
$ git clone git@github.com:crazypsycho/Wordpress-MiniComposer.git
$ cd trunk
$ bower install
$ composer install
```