AppFlowy-Cloud/email_template
2025-03-25 15:50:11 +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 chore: update readme for email template 2025-03-25 15:50:11 +08:00
tailwind.config.js fix: font 2024-05-06 14:38:42 +08:00

About

This contains the source code for the mail templates used by GoTrue and AppFlowy Cloud services.

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