mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-02 17:58:53 +08:00
1.4 KiB
1.4 KiB
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.