Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 944 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 944 Bytes

AXA SmartHome Email Template

CI/CD

Email template for AXA SmartHome using MJML email framework.

Quick Start

  1. Install Yarn.
  2. Clone the template:
git clone git@github.com:dominicarrojado/axa-smart-home-edm.git
  1. Install dependencies.
cd axa-smart-home-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