"engines": {
"node": ">=18.16.0",
"yarn": ">=3.2.4"
}
# install app's dependencies
$ yarn
# serve with hot reload at localhost:<port>
$ yarn dev:web
# build for production with minification & compressions (gzip, brotli)
$ yarn build:web
- Development deployments (hosted on ACATO-prod-4), are done using Bitbucket Pipelines, automatically triggered.
- Staging deployments (hosted on ACATO-prod-4), are done using Bitbucket Pipelines, automatically triggered.
- Production deployments (hosted on ACATO-prod-6), are done using Bitbucket Pipelines, manually triggered.