WordPress / wporg-gp-translation-events

Translation Events on WordPress.org
https://translate.wordpress.org/events/
GNU General Public License v2.0
13 stars 2 forks source link

Set up wp-scripts #340

Closed psrpinto closed 4 months ago

psrpinto commented 4 months ago

This PR sets up wp-scripts, needed for block development.

Install it with:

npm install

Then build all blocks under src/ with:

npm run build

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.