/backstage-parodos

Backstage plugin for Parados

Primary LanguageTypeScriptApache License 2.0Apache-2.0

To start the app, run:

yarn install
yarn dev

Local development

The Parodos username is test, password test.

Distribution

NPM Package

To create an NPM package that can be installed via vendored dependencies, run ./scripts/build-frontend.sh. This will generate success Wrote tarball to ".../plugins/parodos/parodos-plugin-parodos-v0.1.0.tgz". which gives you path to the generated .tgz file.

Docker image

To create a Docker image, run ./scripts/build-image.sh. This will build a container and tag it with backstage you can push this image into the registry. For more information, checkout https://backstage.io/docs/deployment/docker