Skip to content

okode/backstage-demo

Repository files navigation

Requirements

  • Node 16
  • Yarn
  • Docker / Docker Compose

Build and running

Name: Backstage
Homepage URL: http://localhost:7007
Authorization callback URL: http://localhost:7007/api/auth/github/handler/frame
  • Copy your GitHub Client ID and Secret, and use as following:
yarn install --frozen-lockfile
yarn tsc
yarn build
docker compose build
BS_CLIENT_ID="your GitHub client ID" BS_CLIENT_SECRET="your GitHub secret" docker compose up

Open Chrome on http://localhost:7007

Develop

yarn install
yarn dev

UI

Home page


Catalog


Tech docs


Custom software templates


Github integration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published