This project contains custom Gutenberg blocks for WordPress.
-
Clone the repository:
git clone https://github.com/your-repository/custom-gutenberg-blocks.git cd custom-gutenberg-blocks -
Install dependencies:
npm install
-
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