wp-gutenberg-block-template/README.md

353 B

Usage

Edit index.php and .scss files, so that the correct block name and namespace are used.

npm install

# build and watch for development
npm run dev

# build for production
npm run build

The symbolic links to the WordPress default configuration files are required so that code editors will use the correct linting configurations.