Individual bug fixes are welcome. Please open an issue to track the fix you are planning to implement. If you are unsure how best to solve it, start by opening the issue and note your desire to contribute. We have contributing guidelines available for you to follow.
To review the requirements, please refer to:
To run the mocked development environment you can either:
-
Use the makefile command to install dependencies
make dev-install-dependencies, and then start the dev environment withmake dev-start. -
Or follow the steps in the frontend dev setup and BFF dev setup guides.
For an in-depth guide on how to deploy the Model Registry UI, please refer to the local kubernetes deployment documentation.
To quickly enable the Model Registry UI in your Kind cluster, you can use the following command:
make kind-deploymentSee frontend testing guidelines for testing the frontend.