1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/backend/email_compiler/README.md

9 lines
271 B
Markdown

## 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`