mirror of
https://ghproxy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2025-10-03 23:13:09 +08:00
BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.
https://wordpress.org/plugins/blablablocks-slider-block/
build | ||
src | ||
.editorconfig | ||
.gitignore | ||
blablablocks-slider-block.php | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
BlaBlaBlocks Slider Block
BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.
Requirements
- WordPress 6.5+
- PHP 7.4+
Development
- Set up a local WordPress environment.
- In the
wp-content/plugins
folder, clone the repository:git clone git@github.com:lubusIN/blablablocks-slider-block.git
- Navigate to folder
cd wp-content/plugins/blablablocks-slider-block
. - Run
npm install
command to install the plugin's dependencies within a/node_modules/
folder. - Run
npm run build
ornpm run start
command to compile and watch source files for changes while developing.