Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 491 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 491 Bytes

This is your newly scaffolded Backstage App, Good Luck!

To start the app, run:

yarn install
yarn dev

To build container, run:

yarn tsc
yarn build:backend
podman image build . -f packages/backend/Dockerfile --tag gitea.eco.tsi-dev.otc-service.com/backstage/backstage:$TAG

Update

For updating dependencies execute:

yarn backstage-cli versions:bump --pattern '@{backstage,roadiehq,janus-idp,k-phoen,trimm,mdude2314}/*'