bramw_baserow/backend/email_compiler
Nigel Gott 56549afd1c pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00
..
README.md pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00
baserowEmailCompiler.js pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00
package.json pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00
yarn.lock pre-compile mjml email templates and delete runtime mjml-tcpserver for enhanced security, reduced architectural complexity and faster/simpler email setup. 2022-02-28 13:21:17 +00:00

README.md

How to run

dev.sh will automatically start baserowEmailCompiler.js in watch mode so no need to run this manually if you are using it, otherwise:

In this directory run:

  • yarn install
  • To watch: yarn run watch
  • To compile once and exit: yarn run compile