* 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> |
||
|---|---|---|
| .. | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| config.js | ||
| config.production.js | ||
| package.json | ||
| tailwind.config.js | ||
README.md
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