Email template for M1 Data Passport 4 using MJML email framework.
- Install Yarn.
- Clone the template:
git clone [email protected]: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.mjmland it will automatically rebuild the template.
yarn build