Our Revolution's Monthly Member Newsletters
This repository consists of all Our Revolution Member Newsletters in both .html
and .mjml
format. MJML is a responsive email framework that makes coding HTML emails easy.
- Clone this repisotory
- Install MJML using npm
npm init -y && npm install mjml
- Add MJML to your path
export PATH='$PATH:./node_modules/.bin'
- Copy the
base.mjml
template for a new newsletter. - Make content changes as needed to your new MJML file.
- (Optional) To have MJML watch and automatically compile to HTML, run:
mjml -w <filename>.mjml