A small web application that processes a CycloneDX SBOM in the browser and displays the contained components and their dependency tree.
⚠️ It is in PoC state without much error handling. There will be bugs. 🪲🪲🪲
Install the dependencies:
pnpm install
and start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version:
pnpm run build
You can preview the production build with npm run preview
.