Skip to content

peak-scale/backstage

Repository files navigation

Backstage

Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.

This is a demo Backstage app.

Docs

Getting started

Check the official Getting Started guide.

Some tips:

Local development

export AUTH_GITHUB_CLIENT_SECRET=...
yarn install
yarn dev

Deployment to K8s

Check out the deploy/gke folder.