Skip to content

mjmlio/mjml-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Cédric Cavrois
Feb 18, 2022
815823c Â· Feb 18, 2022
Oct 8, 2018
Apr 24, 2017
Mar 2, 2018
Feb 18, 2022
Feb 18, 2022
Jul 13, 2020
Nov 27, 2019
Feb 5, 2017
Mar 1, 2018
Mar 28, 2018
Mar 1, 2018
Mar 1, 2018
Aug 30, 2018
Feb 5, 2017
Mar 2, 2018
Apr 23, 2017
Mar 8, 2018
Feb 18, 2022
Feb 18, 2022

Repository files navigation

MJML App

os

📧 The desktop app for MJML - Download

screenshot

See CHANGELOG.md for releases details.

Installation

Visit the website to download the version that fits your platform, or just go to the release page.

Build from source

# install dependencies
yarn

# build for your platform
yarn dist

# the binary can be found in the release/ folder

Development

# launch the dev server and the electron renderer
yarn dev

For contributing, make sure that your commit passes the yarn lint and yarn prettier command 😄.