Skip to content

Vendic/backstage-application

 
 

Repository files navigation

Backstage Application

Requirements

  • Docker
  • Docker Compose
  • Nvm (Node.js 22.10.0)

Running the project

cd backstage
yarn install --immutable
yarn tsc
cd ..
docker-compose up --build

Setting up cluster

kubectl -n backstage apply -f ops/k8s/service-account.yaml
kubectl -n backstage get secret admin-user -o jsonpath={".data.token"} | base64 -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • Dockerfile 4.6%
  • JavaScript 2.9%
  • HTML 2.7%