Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```