Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://mjmlio.github.io/mjml-app/

:email: The desktop app for MJML
https://mjmlio.github.io/mjml-app/

mjml

Last synced: about 2 months ago
JSON representation

:email: The desktop app for MJML

Lists

README

        


MJML App

![os](assets/os.png)


:email: The desktop app for MJML -
Download

![screenshot](assets/screenshot.png)

See [CHANGELOG.md](CHANGELOG.md) for releases details.

## Installation

Visit the [website](http://mjmlio.github.io/mjml-app/) to download the version that fits your platform, or just [go to the release page](https://github.com/mjmlio/mjml-app/releases).

### Build from source

```bash
# install dependencies
yarn

# build for your platform
yarn dist

# the binary can be found in the release/ folder
```

### Development

```bash
# 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 :smile:.