Playground Blueprint Editor is block based editing experience for building blueprint.json
- UI based json generation
- blocks to build steps
- Preview blueprint in playground
- download blueprint.json
- copy json code
- WordPress 6.4+
- PHP 7.4+
- Clone
git clone [email protected]:lubusIN/block-editor-for-playground-blueprint.git
. - Navigate to Folder
cd block-editor-for-playground-blueprint
. - Run
npm install
to install the plugin's dependencies within a/node_modules/
folder. - Run
composer install
to install the additional WordPress composer tools within a/vendor/
folder. - Run
npm run build
ornpm run start
to compile and watch source files for changes while developing. - Launch local playground using wp-now
npx @wp-now/wp-now start
Refer to package.json
for additional npm commands.