The workshop contents for the DevConf.cz 2024.
Please switch to the start-here
branch for the starting point.
You can refer the main
branch for the final stage.
You can refer the dynamic-plugins readme for reference:
https://github.com/janus-idp/backstage-showcase/blob/main/showcase-docs/dynamic-plugins.md
-
Install dependencies
yarn install
-
Generate types
yarn tsc
-
Build the plugin
yarn workspace demo-timezone-plugin build
-
Export the plugin as a dynamic plugin
yarn workspace demo-timezone-plugin export-dynamic
Now that the plugin has been exported, you can start the backstage instance with podman
podman compose up -d rhdh
- Mayur Deshmukh (@deshmukhmayur)
- Rigin Oommen (@riginoommen)
- Yash Oswal (@yashoswalyo)