Custom blocks for the new WordPress editor.
- Container Block
- Buttons Block
- Heading Block
- Columns Block
Before you start, make sure you have Git, Node with npm and Composer installed.
- Clone the GitHub repository:
https://github.com/sc81/scblocks.git
- Browse to the folder in the command line.
- Run the
npm setup
command to install the plugin's dependencies. - Run the
npm start
command to compile and watch source files for changes while development.
- Collection of scripts used for development @wordpress/scripts
- Block Editor Handbook