0efec254ec
MOM-190 MOM-192 - The subtitle style (serif/sans) was tied to the body style which was misleading. It makes more sense to connect it to the title style both from the UX and the output POV. - Newsletter design preview was not updated according to subtitle styles. --------- Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk> |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests