nk-crew / ghostkit

Gutenberg blocks for WordPress
https://www.ghostkit.io/
GNU General Public License v2.0
157 stars 33 forks source link

GhostKit - Gutenberg blocks for WordPress

Development

Requirements

Prerequisite How to check How to install
PHP >= 5.5.9 php -v php.net
Node.js >= 6.x.x node -v nodejs.org
Composer >= 1.0.0 composer -V getcomposer.org

Installation

Building

Linting

We use pre-commit and pre-push hooks for Git to lint sources with phpcs, eslint and stylelint tasks.

NPM commands to work with linting:

All linters compatible with the modern IDE and code editors.