mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-17 18:44:42 -04:00
.. | ||
src | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
config.js | ||
config.production.js | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
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
# 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