backstage/plugins/catalog-backend-module-gitea
Kasper Juul Hermansen 36cb5e2baf
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update dependency @material-ui/lab to v4.0.0-alpha.61
2024-04-06 22:27:13 +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 dependency @material-ui/lab to v4.0.0-alpha.61 2024-04-06 22:27:13 +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.