AppFlowy-Cloud/email_template
Nathan.fooo bbd21dfef6
chore: import mailer (#869)
* chore: import mailer

* chore: update template

* chore: config template

* fix: add missing config parameter

* chore: update template

* chore: show error with task id

* chore: show error with task id

---------

Co-authored-by: khorshuheng <solemnpriest@gmail.com>
2024-10-13 20:08:55 +08:00
..
src chore: import mailer (#869) 2024-10-13 20:08:55 +08:00
.editorconfig feat: support invitation html 2024-04-26 15:13:07 +08:00
.gitignore feat: support invitation html 2024-04-26 15:13:07 +08:00
LICENSE feat: support invitation html 2024-04-26 15:13:07 +08:00
README.md fix: modify readme 2024-04-28 17:34:20 +08:00
config.js chore: import mailer (#869) 2024-10-13 20:08:55 +08:00
config.production.js chore: import mailer (#869) 2024-10-13 20:08:55 +08:00
package.json feat: support invitation html 2024-04-26 15:13:07 +08:00
tailwind.config.js fix: font 2024-05-06 14:38:42 +08:00

README.md

Maizzle Starter

Quickly build HTML emails with Tailwind CSS

[![Version][npm-version-shield]][npm] [![Build][github-ci-shield]][github-ci] [![Downloads][npm-stats-shield]][npm-stats] [![License][license-shield]][license]

Development

Run this command and follow the prompts

npm install

npm run dev

Build

Run this command to build the project to generate the final output in the assets/mailer_templates/build_production folder

npm run build