GitXplorerGitXplorer
j

backstage-home

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7e7cc4520bd692ed6c65390abfd550ab9e39e3b0

updated build steps for prod

jjoebelford committed a year ago
Verified
50b79ae992a23f1b8fde1cef87aa7a73fed0decb

initial commit

jjoebelford committed a year ago
Verified
7f56b3dc8a02c4e08a251a287bcde043c4122d18

Initial commit

jjoebelford committed a year ago

README

The README file for this repository.

This is your newly scaffolded Backstage App, Good Luck!

To start the app, run:

yarn install
yarn dev

Upgrading

yarn backstage-cli versions:bump

Add integrations

yarn add --cwd packages/backend @backstage/plugin-catalog-backend-module-github
yarn add --cwd packages/app @circleci/backstage-plugin
yarn add --cwd packages/app @backstage/plugin-kubernetes
yarn add --cwd packages/backend @backstage/plugin-kubernetes-backend

Building image

yarn install
yarn tsc
yarn build:backend
yarn build-image
docker image tag backstage:latest joebelford/backstage:latest
docker push