Skip to content

sbomer-project/sbomer-ui

Repository files navigation

SBOMer

An user interface for SBOMer.

Dev mode

  1. 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",
};
  1. Run the devmode:
cd ui
npm install
npm run start:dev

Local development using Helm chart

To run alongside the full system, setup by running the following commands:

setup-local-dev.sh

to setup local minikube environment. (Required only once)

To build and input into minikube, run:

run-helm-with-local-build.sh

and

kubectl port-forward svc/sbomer-release-ui-chart 8080:8080 -n sbomer-test

to access the UI at http://localhost:8080

About

An User Interface for SBOMer project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors