Closed psrpinto closed 4 months ago
This PR sets up wp-scripts, needed for block development.
wp-scripts
Install it with:
npm install
Then build all blocks under src/ with:
src/
npm run build
Note this doesn't yet build blocks that are under the theme, at themes/worg-translate-2024/.
themes/worg-translate-2024/
I've also added an example block, that we can delete when we create the first real block.
This PR sets up
wp-scripts
, needed for block development.Install it with:
Then build all blocks under
src/
with:Note this doesn't yet build blocks that are under the theme, at
themes/worg-translate-2024/
.I've also added an example block, that we can delete when we create the first real block.