Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T05:42:38.000Z (11 months ago)
- Last Synced: 2024-11-11T06:15:53.583Z (3 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.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🚀 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
```