An user interface for SBOMer.
- Set the value of 'ui/src/config.js' according to the backend server you trying to connect to.
For example:
window._env_ = {
API_URL: "http://localhost:8080",
};- Run the devmode:
cd ui
npm install
npm run start:devTo run alongside the full system, setup by running the following commands:
setup-local-dev.shto setup local minikube environment. (Required only once)
To build and input into minikube, run:
run-helm-with-local-build.shand
kubectl port-forward svc/sbomer-release-ui-chart 8080:8080 -n sbomer-test
to access the UI at http://localhost:8080