Skip to content
Till edited this page Mar 23, 2020 · 17 revisions

Howto create a working plugin version from the repo

  • Clone the repo
  • Run composer install
  • Run npm install
  • Run npm run build:prod

If your are developing you can replace the last step with:

  • Run npm run build:dev

To create a deployable zip:

  • Run npm run zip
Clone this wiki locally