From 22e22a29163ba8a168ffbb256d8a11aeedf5aa8d Mon Sep 17 00:00:00 2001 From: David Pordomingo Date: Tue, 30 Jul 2019 18:08:25 +0200 Subject: [PATCH] SQUASH over Configure development environment with hot reloading Signed-off-by: David Pordomingo --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd8fbf11..b378b95b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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. ``` @@ -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