Skip to content

Commit 76f7556

Browse files
committed
Updated README and Make commands.
1 parent 458785c commit 76f7556

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ build-example-docker: clean-example
5252
clean-example:
5353
rm -rf example
5454

55+
watch-ui:
56+
cd internal/ui && yarn start
57+
5558
# builds
5659
build:
5760
CGO_ENABLED=0 packr2 build -o commit0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ If you're working on the configuration UI locally, you can run just the ui by do
8888
cd internal/ui
8989
yarn
9090
yarn start
91-
open http://localhost:3000
9291
```
9392

9493
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`.
9594

9695
``` bash
9796
make build
9897
./commit0 ui
99-
open http://localhost:8080
10098
```
10199

100+
[http://localhost:8080/](http://localhost:8080/)
101+
102102
### Architecture
103103
The project is built with GoLang and requires Docker
104104
- /cmd - the CLI command entry points

0 commit comments

Comments
 (0)