Skip to content

Commit

Permalink
Merge pull request #2702 from cloudfoundry-incubator/doc-update
Browse files Browse the repository at this point in the history
Build doc fix
  • Loading branch information
nwmac authored Jul 20, 2018
2 parents c81b51b + d1fe47f commit 3a2dbef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Configuration information can be found in two places
## Build
Run `npm build` to build the project.
Run `npm run build` to build the project.
The build artefacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
The build artefacts will be stored in the `dist/` directory. This will output a production build of the application.
## Creating angular items via angular cli
Expand Down Expand Up @@ -137,7 +137,7 @@ The portal-proxy is the back-end for the Console UI. It is written in Go.
### Automatically register and connect to an existing endpoint
To automatically register a Cloud Foundry add the environment variable below
> **Note** On log in the console will also attempt to auto-connect to the cloud foundry using
> **Note** On log in the console will also attempt to auto-connect to the cloud foundry using
the username/password provided.
```
Expand All @@ -160,7 +160,7 @@ This env var can be set in `outputs/config.properties` if running the backend lo
#### Running portal-proxy in a container
* Follow instructions in the deploy/docker-compose docs
* To apply changes (build and update docker image) simply run `deploy/tools/restart_proxy.sh`
* To apply changes (build and update docker image) simply run `deploy/tools/restart_proxy.sh`
#### Running "like a dev"
Expand Down

0 comments on commit 3a2dbef

Please sign in to comment.