docs(frontend): added build instruction to readme (#11943)

Signed-off-by: rsun19 <robertssun1234@gmail.com>
This commit is contained in:
Robert Sun 2025-05-30 10:55:20 -04:00 committed by GitHub
parent 4c966f7773
commit 73b58e4f16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -55,11 +55,12 @@ kubectl -n kubeflow scale --replicas=0 deployment/ml-pipeline-ui
You can confirm that the previous [http://127.0.0.1:3000] link no longer works.
Now navigate to the KFP frontend folder and install your NPM dependencies:
Now navigate to the KFP frontend folder, install and build your NPM dependencies:
```bash
cd ${WORKING_DIRECTORY}/frontend
npm ci
npm run build
```
Now run the following: