Skip to content

Commit 6b72c44

Browse files
committed
readme update
1 parent 7a9d80e commit 6b72c44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,16 @@
22

33
Conference management platform, bespoke for GopherCon, open source for all.
44

5+
## building
6+
`make manager` generates service files, builds the frontend, then compiles the app
7+
8+
## running
9+
start jaeger: `cd docker && docker-compose up -d`
10+
`make manager && make run`
11+
12+
## viewing
13+
[web app](https://127.0.0.1:8000/)
14+
[jaeger](https://127.0.0.1:16686/)
15+
516
## Coming Soon
617
There isn't much to share yet. Come back soon to see how you can participate.

0 commit comments

Comments
 (0)