bacoords / block-theme

A starter block theme for modern WordPress developers.
GNU General Public License v3.0
47 stars 6 forks source link

Create Block Support #225

Closed bacoords closed 3 months ago

bacoords commented 3 months ago

"create-block": "cd ./src/blocks && npx @wordpress/create-block --namespace=block-theme --no-plugin --variant=dynamic" works pretty well. You can run it basically like this from the root

npm run create-block name-goes-here

and it'll quickly scaffold a dynamic block for you! We should add it maybe

bacoords commented 3 months ago

Closed by #238