Skip to content

Commit

Permalink
fix readme for local run (kubeflow#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lluunn authored and k8s-ci-robot committed Aug 29, 2018
1 parent d22c05c commit 6aae571
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/gcp-click-to-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ in the web app and used in requests to GCP services when needed.

## Development

You can run the app locally for development/testing

You can run the app locally for development/testing.
```
cd components/gcp-click-to-deploy
# Install dependencies
npm install
```

Before starting the server, make a config file `user_config/app-config.yaml` under `src/` with the content from
[here](https://github.com/kubeflow/kubeflow/blob/master/components/gcp-click-to-deploy/kf_app.yaml#L10).
And then do

```
npm start
```

Expand Down

0 comments on commit 6aae571

Please sign in to comment.