# Block Editor Development

Using this framework: https://www.npmjs.com/package/@wordpress/create-block

### Setup

install node, npm

from within `/activecampaign-form-block` run: `npm install`

### Development
After making changes run:

`npm run build` 

This compiles the files in `/src` into deployable javascript.

This must be executed every time after making changes `/build` should then be pushed to the remote server.



----
See the top-level README for more information on plugin usage
