Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peak-scale/backstage
Demo Backstage App
https://github.com/peak-scale/backstage
Last synced: about 2 months ago
JSON representation
Demo Backstage App
- Host: GitHub
- URL: https://github.com/peak-scale/backstage
- Owner: peak-scale
- Created: 2023-08-06T08:43:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T19:46:59.000Z (over 1 year ago)
- Last Synced: 2023-08-14T22:45:33.924Z (over 1 year ago)
- Language: TypeScript
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://backstage.io/docs/getting-started) guide.
Some tips:
- Install nvm (), and Node 18:
```sh
nvm install 18
nvm use 18
```- Install yarn 1
```sh
npm install --global yarn
yarn set version 1.22.19
yarn --version
```## Local development
```sh
export AUTH_GITHUB_CLIENT_SECRET=...
yarn install
yarn dev
```## Deployment to K8s
Check out the `deploy/gke` folder.