Installation
Install the plugin
Section titled “Install the plugin”- Install and activate WooCommerce.
- Install and activate License Server.
- Confirm the plugin activates without fatal errors.
On activation, License Server creates the custom tables it needs for:
- software releases
- licenses
- activations
- logs
Development build commands
Section titled “Development build commands”If you are working on the plugin locally, the main commands are:
bun installcomposer installbun run buildbun run package-pluginThe production release, an installable zip file, is created from the plugin repository’s packaging workflow (not from this docs site).