mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-11-20 01:06:07 +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 | ||
Overview
Playground Blueprint Editor is block based editing experience for building blueprint.json
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+
Installation
- Download latest release from GitHub
- Visit
Plugins > Add New - Upload
visual-blueprint-builder.zipfile - Activate
Visual Blueprint Builderfrom plugins page
Development
1. Clone the Repository
Clone the repository to your local system:
git clone git@github.com:lubusIN/visual-blueprint-builder.git
2. Go to package folder
cd visual-blueprint-builder
3. Install Dependencies
npm install
composer install
4. Build Plugin
Build or start the development environment:
npm run build # Compile the source files
# OR
npm run start # Watch for changes and auto-compile
5. Launch Playground
Start a local WordPress playground using wp-now:
npx @wp-now/wp-now start
Note
Refer to
package.jsonfor additional available npm commands.
Meet Your Artisans
LUBUS is a web design agency based in Mumbai, India.
Credits
License
Visual Blueprint Builder is open-sourced plugin licensed under the GPL-3.0 license
