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/