mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-01 20:10:12 +08:00
Block Based Visual Blueprint Builder for WordPress Playground
|
|
||
|---|---|---|
| .github | ||
| _playground | ||
| assets/css | ||
| inc | ||
| languages | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| webpack.config.js | ||
| wp-playground-blueprint-editor.php | ||
Playground Blueprint Editor
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
- Clone
git clone git@github.com:lubusIN/block-editor-for-playground-blueprint.git. - Navigate to Folder
cd block-editor-for-playground-blueprint. - Run
npm installto install the plugin's dependencies within a/node_modules/folder. - Run
composer installto install the additional WordPress composer tools within a/vendor/folder. - Run
npm run buildornpm run startto 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.