- Docker
- Docker Compose
- Nvm (Node.js 22.10.0)
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