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 setupcommand to install the plugin's dependencies. - Run the
npm startcommand to compile and watch source files for changes while development.
- Collection of scripts used for development @wordpress/scripts
- Block Editor Handbook