mirror of
https://github.com/detleph/email-templates.git
synced 2026-09-04 00:26:01 +02:00
387e49326d56dedc7400ccee0d76678531c240f6
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 save the mjml file to an html file:
$ mjml -r index.mjml -o index.html
Now the HTML file is availiable. Just make sure to inline the css first.