AppFlowy-Cloud/email_template
Kilu db3dc3adb7 fix: the copy 2024-04-29 15:53:21 +08:00
..
src fix: the copy 2024-04-29 15:53:21 +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 feat: support invitation html absolute path 2024-04-26 23:25:25 +08:00
config.production.js fix: modify var name 2024-04-28 17:30:06 +08:00
package.json feat: support invitation html 2024-04-26 15:13:07 +08:00
tailwind.config.js feat: support invitation html 2024-04-26 15:13:07 +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