★ 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.zipDeclares 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 |