backstage-edp/plugins/workflows
Manabu McCloskey 0061e42d91
merge back to main (#8)
bump backstage version 
add cluster pickers
add spark and argo workflows plugins
2023-07-24 16:59:28 -06:00
..
src add guards 2023-03-28 17:26:35 -07:00
.eslintrc.js add custom ui plugin 2023-03-03 18:53:43 -08:00
package.json merge back to main (#8) 2023-07-24 16:59:28 -06:00
README.md add custom ui plugin 2023-03-03 18:53:43 -08:00

workflows

Welcome to the workflows 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 /workflows.

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.