Skip to content

Commit

Permalink
Updated README and Make commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Direside committed Nov 30, 2019
1 parent 458785c commit 76f7556
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -52,6 +52,9 @@ build-example-docker: clean-example
clean-example:
rm -rf example

watch-ui:
cd internal/ui && yarn start

# builds
build:
CGO_ENABLED=0 packr2 build -o commit0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -88,17 +88,17 @@ If you're working on the configuration UI locally, you can run just the ui by do
cd internal/ui
yarn
yarn start
open http://localhost:3000
```

If you want to test the full integration with the go app, you'll need to do a build and run the app with `./commit0 ui`.

``` bash
make build
./commit0 ui
open http://localhost:8080
```

[http://localhost:8080/](http://localhost:8080/)

### Architecture
The project is built with GoLang and requires Docker
- /cmd - the CLI command entry points
Expand Down

0 comments on commit 76f7556

Please sign in to comment.