📧 The desktop app for MJML - Download
See CHANGELOG.md for releases details.
Visit the website to download the version that fits your platform, or just go to the release page.
# install dependencies
yarn
# build for your platform
yarn package
# the binary can be found in the release/ folder
# launch the dev server and the electron renderer
yarn dev
For contributing, make sure that your commit passes the yarn lint
command 😄.