Skip to content

Commit

Permalink
Ensure that README gets devs into the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Aug 20, 2018
1 parent ddd39c7 commit a609480
Show file tree
Hide file tree
Showing 5 changed files with 1,906 additions and 1,422 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ui/bindata.go: .build/bin/go-bindata node_modules $(wildcard ui/assets/**/*)
npx webpack $(WEBPACK_ARGS)
$< -o $@ -pkg ui -prefix .build/ui -nomemcopy .build/ui/...

dev: ALL
npm install

test:
go test github.com/etsy/hound/...

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ make ui

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

First you should ensure you have all the dependencies installed that you need by running:

```
make dev
```

Then run the hound server with the --dev option:

```
bin/houndd --dev
```
Expand Down
Loading

0 comments on commit a609480

Please sign in to comment.