WP Manifestindependent plugin directory
manifest / integrations / kommo-crm

Kommo CRM

Integrate your WordPress site with Kommo CRM

by WyllyMk · github.com/wyllymk/kommo-crm · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wyllymk/kommo-crm/archive/refs/heads/main.zip

Declares an update source (https://github.com/WyllyMk/kommo), so updates arrive through the plugin's own updater.

Readme

Kommo CRM

Integrate WordPress site with Kommo CRM

Development

Composer

Install composer packages composer install

Build Tasks (npm)

Everything should be handled by npm.

Install npm packages npm install

Command Action
npm run watch Compiles and watch for changes.
npm run compile Compile production ready assets.
npm run build Build production ready bundle inside /build/ folder

Read the full README on GitHub →