AppFlowy-Cloud/email_template
2025-04-14 14:05:37 +08:00
..
src chore: modified the padding of email 2025-04-14 11:49:12 +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
.npmrc chore: modified magic link html (#1329) 2025-04-14 11:49:12 +08:00
config.js chore: import mailer (#869) 2024-10-13 20:08:55 +08:00
config.production.js chore: update CDN for mailer assets 2025-04-14 14:05:37 +08:00
LICENSE feat: support invitation html 2024-04-26 15:13:07 +08:00
package.json chore: modified magic link html (#1329) 2025-04-14 11:49:12 +08:00
pnpm-lock.yaml chore: modified magic link html (#1329) 2025-04-14 11:49:12 +08:00
README.md chore: modified magic link html (#1329) 2025-04-14 11:49:12 +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

# install pnpm@8.5.0

npm install -g pnpm@8.5.0

pnpm i

pnpm run dev

Build

Run this command to build the project to generate the final output in the assets/mailer_templates/build_production folder

   pnpm run build