mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-22 12:57:06 -04:00
* 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 | ||
config.js | ||
config.production.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tailwind.config.js |
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