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: 9 days ago
JSON representation
:email: The desktop app for MJML
- Host: GitHub
- URL: https://mjmlio.github.io/mjml-app/
- Owner: mjmlio
- License: mit
- Created: 2016-02-22T20:07:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:34:06.000Z (over 1 year ago)
- Last Synced: 2024-10-27T21:50:39.834Z (12 days ago)
- Topics: mjml
- Language: JavaScript
- Homepage: http://mjmlio.github.io/mjml-app
- Size: 12.6 MB
- Stars: 842
- Watchers: 23
- Forks: 81
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-emails - MJML App - MJML official desktop app. (Tools)
- awesome-emails - MJML Desktop App - MJML official desktop app. (Tools / Misc)
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:.