Changeset 3438049
- Timestamp:
- 01/12/2026 06:10:24 PM (6 days ago)
- File:
-
- 1 edited
-
quill-crm/trunk/readme.txt (modified) (2 diffs)
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! === 2 2 Contributors: quillforms, mdmag 3 Tags: crm, customer management, contact management, pipeline, sales, sms, automation, whatsapp3 Tags: crm, customer management, pipeline, whatsapp, automation 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9.0 … … 247 247 248 248 249 == Source Code == 250 251 This 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:** 254 The full source code is also publicly available on GitHub: [https://github.com/QuillCRM/QuillCRM](https://github.com/QuillCRM/QuillCRM) 255 256 To build from source: 257 1. Install Node.js (v16 or higher recommended) 258 2. Navigate to the plugin directory 259 3. Run: `npm install` (installs dependencies) 260 4. Run: `npm run build` (builds production files) 261 262 For 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 269 All third-party libraries used are documented in `package.json` and are publicly available on npm. 270 249 271 == Installation == 250 272
Note: See TracChangeset
for help on using the changeset viewer.