Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 394 Bytes

Upstream project README

Pre-reqs

  1. Install go - brew install golang.
  2. Install yarn - brew install yarn (for Jaeger UI).

How to Build

  1. make build-ui.
  2. make build-all-in-one.

How to Run

  1. make run-all-in-one.

How to Debug

  1. in VScode, go to Run and Debug (cmd+shift+D) and run using of the configured run options.