AppFlowy-Cloud/email_template/README.md
2025-03-25 15:50:11 +08:00

361 B

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