Skip to content

Commit a609480

Browse files
committed
Ensure that README gets devs into the right place.
1 parent ddd39c7 commit a609480

File tree

5 files changed

+1906
-1422
lines changed

5 files changed

+1906
-1422
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ ui/bindata.go: .build/bin/go-bindata node_modules $(wildcard ui/assets/**/*)
2828
npx webpack $(WEBPACK_ARGS)
2929
$< -o $@ -pkg ui -prefix .build/ui -nomemcopy .build/ui/...
3030

31+
dev: ALL
32+
npm install
33+
3134
test:
3235
go test github.com/etsy/hound/...
3336

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ make ui
128128

129129
To make development easier, there is a flag that will read the files from the file system (allowing the much-loved edit/refresh cycle).
130130

131+
First you should ensure you have all the dependencies installed that you need by running:
132+
133+
```
134+
make dev
135+
```
136+
137+
Then run the hound server with the --dev option:
138+
131139
```
132140
bin/houndd --dev
133141
```

0 commit comments

Comments
 (0)