backstage/plugins/catalog-backend-module-gitea
Kasper Juul Hermansen 04283e6062
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
fix(deps): update material-ui monorepo to v6
2024-08-27 09:40:01 +00:00
..
dev add base setup as well as catalog for gitea 2022-12-22 17:00:50 +01:00
src add base setup as well as catalog for gitea 2022-12-22 17:00:50 +01:00
.eslintrc.js add base setup as well as catalog for gitea 2022-12-22 17:00:50 +01:00
package.json fix(deps): update material-ui monorepo to v6 2024-08-27 09:40:01 +00:00
README.md add base setup as well as catalog for gitea 2022-12-22 17:00:50 +01:00

catalog-backend-module-gitea

Welcome to the catalog-backend-module-gitea plugin!

This plugin was created through the Backstage CLI

Getting started

Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running yarn start in the root directory, and then navigating to /catalog-backend-module-gitea.

You can also serve the plugin in isolation by running yarn start in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the /dev directory.