mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-12-03 12:31:39 +00:00
.. | ||
baserowEmailCompiler.js | ||
package.json | ||
README.md | ||
yarn.lock |
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