AppFlowy-Cloud/email_template
Nathan.fooo d3e4a6870d
chore: template (#889)
* chore: template

* fix: auto del file lifetime

* chore: delete file if fail to write to disk

* fix: modified html

* chore: set content type

* chore: md5 content

* chore: clippy

* fix: image loaded failed

* fix: build

* chore: bump collab

---------

Co-authored-by: Kilu <lu@appflowy.io>
2024-10-16 17:39:24 +08:00
..
src chore: template (#889) 2024-10-16 17:39:24 +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
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
LICENSE feat: support invitation html 2024-04-26 15:13:07 +08:00
package.json 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
tailwind.config.js fix: font 2024-05-06 14:38:42 +08:00

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