This plugin demonstrates how to add custom commands to the WordPress Command Palette. It is part of the tutorial: Adding Commands to the WordPress Command Palette
- Clone the
main
branch locally. - Run
npm install
to install the development scripts. - Run
npm run start
to start the build scripts. - Run
npm run build
to do a production build.