Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.16 KB

GlobalLogic Backstage Plugins

This repo contains all plugins created by GlobalLogic.

The following plugins and scaffold actions can be found in this repository:

Installation instructions for each plugin can be found in their individual README files.

Getting Started for Local Development

Clone the repository

git clone https://github.com/globallogicuki/globallogic-backstage-plugins.git
cd globallogic-backstage-plugins

To run the local app, run:

yarn install
yarn dev

Environment variables

There is a app-config.local.tpl.yaml file which you should use as the basis to create the app-config.local.yaml file.

You can find out more on how Backstage uses config and evironment variables here.

License

Copyright 2024 GlobalLogic Inc. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0