HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/wp-content/plugins/embed-pdf-viewer/blocks/build.md
# Block build Instructions

https://developer.wordpress.org/block-editor/tutorials/javascript/js-build-setup/

Ensure that @wordpress/scripts are installed.
* `npm install @wordpress/scripts --save-dev --save-exact`

Ensure that classnames is installed.
* `npm install classnames --save`

If `package.json` has the above dependencies then `npm install`

`npm start` for testing.

`npm run build`


## Add custom SVG icon

https://since1979.dev/wordpress-adding-custom-svg-icons-to-your-gutenberg-blocks-plugin/