Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 526 Bytes

File metadata and controls

31 lines (21 loc) · 526 Bytes

Custom Gutenberg Blocks

This project contains custom Gutenberg blocks for WordPress.

Installation

  1. Clone the repository:

    git clone https://github.com/your-repository/custom-gutenberg-blocks.git
    cd custom-gutenberg-blocks
  2. Install dependencies:

    npm install
  3. Build the blocks: To compile and bundle the block files, use the following command:

    npm run build

    For development mode (with file watching):

    npm run start