Email template for M1 Data Passport 4 using MJML email framework.
- Install Yarn.
- Clone the template:
git clone git@github.com:dominicarrojado/m1-data-passport-4-edm.git
- Install dependencies.
cd m1-data-passport-4-edm
yarn install
- Run it.
yarn dev
- Access the template at http://localhost:8080/src/.
- Make changes to
index.mjml
and it will automatically rebuild the template.
yarn build