# to build (example freebaord)
cd source/frontend/ && npm run build:freeboard
# to push, assuming you have proper .env in .temphia/freeboard
# first export .bprint.yaml file and temphia-cli bdev push <file>
export TEMPHIA_BDEV_BPRINT_CONFIG=".temphia/freeboard/bprint.yaml"
temphia-cli bdev push client.js
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.