1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-07-27 01:03:16 +00:00
bramw_baserow/backend/email_compiler
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
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
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

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