Skip to content

Commit

Permalink
SQUASH over Configure development environment with hot reloading
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Jul 30, 2019
1 parent 885dad2 commit 22e22a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ make build
```

The docker image name and tag are defined by the [`Makefile`](Makefile) and can
be overrided passing environment variables to the `build` target, example:
be overridden passing environment variables to the `build` target, example:

```shell
$ DOCKER_IMAGE_NAME=my/sourced-ui VERSION=local make build
Expand Down Expand Up @@ -110,7 +110,7 @@ if needed)
```shell
$ make set-override # to prepare the environment
$ make patch # needed EVERYTIME you change something in `srcd`
$ make patch # once you finish, to clean up everything.
$ make clean # once you finish, to clean up everything.
```
</details>

Expand Down Expand Up @@ -138,8 +138,7 @@ if needed)
The first time you launch it, it will take some time to build all the UI assets,
you can see the progress of the build from `sourced-ui` logs (see next step).

1. To see `sourced-ui` logs (with `npm` errors and such),
run from `sourced-ui` root directory:
1. To see `sourced-ui` logs (with `npm` errors and such), run:

```shell
$ sourced logs -f sourced-ui
Expand Down

0 comments on commit 22e22a2

Please sign in to comment.