docs(frontend): added build instruction to readme (#11943)
Signed-off-by: rsun19 <robertssun1234@gmail.com>
This commit is contained in:
parent
4c966f7773
commit
73b58e4f16
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue