backstage-edp/plugins/workflows
Nima Kaviani 183555401f
update the theme to match the CNOE theme (#6)
* update the CNOE look and fill

* bump package versions

---------

Co-authored-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
2023-07-27 17:00:37 -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 update the theme to match the CNOE theme (#6) 2023-07-27 17:00:37 -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.