Maltyst For Mautic

Wordpress plugin for mautic. Facilitates email collection and allows easy newsletter setup with mautic as a backend.

View the Project on GitHub linuxd3v/maltyst

Mautic wordpress integration plugin for newsletters

Development:

If you would like to contribute, these are the steps for running the site locally on your device:

  1. git checkout main and branch off from there
    git checkout main  
    git checkout -b feature-NAME  
    
  2. update backend dependencies via composer.
    This will install backend deps (mautic api etc).
    cd ./backend && composer install
    
  3. Install frontend deps.
    Install dependencies needed for public assets:
    npm install  
    
  4. Compile frontend dependencies:
    • npm run start - combine/sass/minify/babel - etc. typical gulp-ified frontend processing.
    • npm run gen-dist - generate a distributable plugin bundle

Build and deploy a documentation site (www.maltyst.com):

Site is hosted on github pages and is using jekyll.
jekyll is a static site generation written in ruby, this is just what github pages uses.
Pushing main branch to github will deploy the maltyst.com

Todo

Known hacks

These are issues that I would like to fix but they are limitations on the mautic side.