mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-21 12:16:07 +00:00
10 lines
271 B
Markdown
10 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`
|