mirror of
https://github.com/detleph/email-templates.git
synced 2026-09-04 08:36:03 +02:00
Updated readme.md file
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
# email-templates
|
||||
Email templates
|
||||
In order to use a mjml file it has to be converted into an HTML file.
|
||||
|
||||
## First install mjml from npm:
|
||||
```
|
||||
npm init -y && npm install mjml
|
||||
```
|
||||
## Then run this command to convert an mjml:
|
||||
```
|
||||
mjml index.mjml index.html
|
||||
```
|
||||
Now the HTML file is availiable. Just make sure to inline the css first.
|
||||
|
||||
Reference in New Issue
Block a user