Skip to content

lubusIN/blablablocks-slider-block

Repository files navigation

BlaBlaBlocks Slider Block

Plugin Screenshot

Try in WordPress Playground

BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.

Installation

  1. Visit 'Plugins > Add New'
  2. Download and upload zip file
  3. Activate BlaBlaBlocks Slider Block from your Plugins page

Requirements

  • WordPress 6.5+
  • PHP 7.4+

Development

  1. Set up a local WordPress environment.
  2. In the wp-content/plugins folder, clone the repository: git clone [email protected]:lubusIN/blablablocks-slider-block.git
  3. Navigate to folder cd wp-content/plugins/blablablocks-slider-block.
  4. Run npm install command to install the plugin's dependencies within a /node_modules/ folder.
  5. Run npm run build or npm run start command to compile and watch source files for changes while developing.