Skip to content

jonom/block-extend

 
 

Repository files navigation

Block Extend

Build Status

Requirements

Development

  1. Clone the plugin repository.

  2. Setup the development environment and tools using Node.js and Composer:

    npm install
    
  3. Start a virtual testing environment using Vagrant and VirtualBox:

    vagrant up
    

    which will be available at http://blockextend.local after provisioning (username: admin, password: password).

  4. Build the plugin JS and CSS assets:

    npm run build
    

    or use npm run dev to watch and re-build as you work.

About

Extending Gutenberg blocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.4%
  • JavaScript 6.6%