Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 976 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 976 Bytes

AXA September Promo Email Template

CI/CD

Email template for AXA September Promo using MJML email framework.

Quick Start

  1. Install Yarn.
  2. Clone the template:
git clone git@github.com:dominicarrojado/axa-september-promo-edm.git
  1. Install dependencies.
cd axa-september-promo-edm
yarn install
  1. Run it.
yarn dev
  1. Access the template at http://localhost:8080/src/.
  2. Make changes to index.mjml and it will automatically rebuild the template.

Build

yarn build

VSCode Extensions