Skip to content

lubusIN/block-editor-for-playground-blueprint

Repository files navigation

Playground Blueprint Editor

Try in WordPress Playground

Playground Blueprint Editor is block based editing experience for building blueprint.json

Key features

  • UI based json generation
  • blocks to build steps
  • Preview blueprint in playground
  • download blueprint.json
  • copy json code

Requirements

  • WordPress 6.4+
  • PHP 7.4+

Development

  1. Clone git clone [email protected]:lubusIN/block-editor-for-playground-blueprint.git.
  2. Navigate to Folder cd block-editor-for-playground-blueprint.
  3. Run npm install to install the plugin's dependencies within a /node_modules/ folder.
  4. Run composer install to install the additional WordPress composer tools within a /vendor/ folder.
  5. Run npm run build or npm run start to compile and watch source files for changes while developing.
  6. Launch local playground using wp-now npx @wp-now/wp-now start

Refer to package.json for additional npm commands.