backstage-edp/plugins/argo-workflows-backend
Manabu Mccloskey 670f86cd1f wip
2023-06-23 13:52:19 -07:00
..
api/client wip 2023-06-23 13:52:19 -07:00
out wip 2023-06-23 13:52:19 -07:00
src wip 2023-06-23 13:52:19 -07:00
.eslintrc.js wip 2023-06-23 13:52:19 -07:00
config.d.ts wip 2023-06-23 13:52:19 -07:00
package.json wip 2023-06-23 13:52:19 -07:00
README.md wip 2023-06-23 13:52:19 -07:00

argo-workflows-backend

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

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.