mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 10:26:29 +00:00
271 B
271 B
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