Flexible and innovative blocks for the new WordPress Editor, made by GermanThemes.
Please note: This is the latest development version of GT Blocks. You need Webpack, Babel and Sass in order to run it.
You need Node and NPM to install GT Blocks.
$ git clone https://github.com/germanthemes/gt-blocks.git
$ cd gt-blocks
$ npm install
$ npm start
This runs GT Blocks in development mode. In order to create production code, run npm run build
.