https://github.com/natthasath/demo-backstage
Backstage.io is an open platform for building developer portals. It enables organizations to streamline their software development workflows and improve collaboration among teams.
https://github.com/natthasath/demo-backstage
catelog portal software template
Last synced: about 2 months ago
JSON representation
Backstage.io is an open platform for building developer portals. It enables organizations to streamline their software development workflows and improve collaboration among teams.
- Host: GitHub
- URL: https://github.com/natthasath/demo-backstage
- Owner: natthasath
- Created: 2024-03-17T07:15:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T05:42:38.000Z (about 1 year ago)
- Last Synced: 2025-01-09T02:54:32.717Z (4 months ago)
- Topics: catelog, portal, software, template
- Language: TypeScript
- Homepage: https://backstage.io/
- Size: 481 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎉 DEMO Backstage
Backstage.io is an open platform for building developer portals. It enables organizations to streamline their software development workflows and improve collaboration among teams.


### 🚀 Setup
- Create Project
```shell
npx @backstage/create-app@latest
```- Install Package
```shell
yarn install
```- Fix Error
```shell
npx @backstage/cli versions:bump
```### 🏆 Run
- [http://localhost:3000/](http://localhost:3000/)
```shell
yarn dev
```