Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Our-Revolution/member-newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

member-newsletter

Our Revolution's Monthly Member Newsletters

This repository consists of all Our Revolution Member Newsletters in both .htmland .mjml format. MJML is a responsive email framework that makes coding HTML emails easy.

Prerequisites

  1. Node.js & npm
  2. MJML

Installation

  1. Clone this repisotory
  2. Install MJML using npm
npm init -y && npm install mjml
  1. Add MJML to your path
export PATH='$PATH:./node_modules/.bin'

Building Newsletters

  1. Copy the base.mjml template for a new newsletter.
  2. Make content changes as needed to your new MJML file.
  3. (Optional) To have MJML watch and automatically compile to HTML, run:
mjml -w <filename>.mjml

About

Our Revolution's Monthly Member Newsletters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages