mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-20 11:57:07 -04:00
.. | ||
src | ||
.editorconfig | ||
.gitignore | ||
config.js | ||
config.production.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tailwind.config.js |
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