Plugin Directory

Changeset 3438049


Ignore:
Timestamp:
01/12/2026 06:10:24 PM (6 days ago)
Author:
quillforms
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quill-crm/trunk/readme.txt

    r3437909 r3438049  
    1 === Quill CRM - Complete Customer Relationship Management, Pipelines, Automations, Email, SMS, and WhatsApp Marketing ===
     1=== Quill CRM - Complete Customer Relationship Management, Pipelines, Automations, Email Campaigns, SMS Campaigns, and More! ===
    22Contributors: quillforms, mdmag
    3 Tags: crm, customer management, contact management, pipeline, sales, sms, automation, whatsapp
     3Tags: crm, customer management, pipeline, whatsapp, automation
    44Requires at least: 5.8
    55Tested up to: 6.9.0
     
    247247
    248248
     249== Source Code ==
     250
     251This plugin includes compiled/minified JavaScript and CSS files in the `build/` directory. The complete human-readable source code is included in the `src/` directory of this plugin.
     252
     253**GitHub Repository:**
     254The full source code is also publicly available on GitHub: [https://github.com/QuillCRM/QuillCRM](https://github.com/QuillCRM/QuillCRM)
     255
     256To build from source:
     2571. Install Node.js (v16 or higher recommended)
     2582. Navigate to the plugin directory
     2593. Run: `npm install` (installs dependencies)
     2604. Run: `npm run build` (builds production files)
     261
     262For development with watch mode:
     263* Run: `npm run dev`
     264
     265**Build Output:**
     266* `build/client/` - Compiled client application
     267* `build/config/` - Compiled configuration module
     268
     269All third-party libraries used are documented in `package.json` and are publicly available on npm.
     270
    249271== Installation ==
    250272
Note: See TracChangeset for help on using the changeset viewer.