AxcelersBlocks adds custom Gutenberg blocks to the WordPress block editor.
Use these blocks to build responsive layouts and content sections without requiring any third-party page builder.
This plugin ships compiled assets in /build and uncompiled source files in /src.
Build tooling and package definitions are included in:
– package.json
– webpack.config.js
To rebuild the plugin assets:
1. Run npm install
2. Run npm run build
Third-party libraries bundled into the compiled assets are installed via npm and declared in package.json.
Public upstream source code locations: