AppFlowy-Cloud/email_template
Khor Shu Heng 1664fe869e
feat: send notification when access request is approved (#854)
2024-10-02 09:52:51 +08:00
..
src feat: send notification when access request is approved (#854) 2024-10-02 09:52:51 +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: send notification when access request is approved (#854) 2024-10-02 09:52:51 +08:00
config.production.js feat: send notification when access request is approved (#854) 2024-10-02 09:52:51 +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