Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 571 Bytes

GT Blocks Pro

Flexible and innovative blocks for the new WordPress Editor, made by GermanThemes.

Please note: This is the latest development version of GT Blocks Pro. You need Webpack, Babel and Sass in order to run it.

Installation

You need Node and NPM to install GT Blocks Pro.

$ git clone https://github.com/germanthemes/gt-blocks-pro.git
$ cd gt-blocks-pro
$ npm install

Development

$ npm start

This runs GT Blocks Pro in development mode. In order to create production code, run npm run build.