To start the app, run:
yarn install
yarn dev
The Parodos username is test
, password test
.
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.
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