We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d80e commit 6b72c44Copy full SHA for 6b72c44
readme.md
@@ -2,5 +2,16 @@
2
3
Conference management platform, bespoke for GopherCon, open source for all.
4
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
16
## Coming Soon
17
There isn't much to share yet. Come back soon to see how you can participate.
0 commit comments