Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 287 Bytes

File metadata and controls

14 lines (10 loc) · 287 Bytes

Note: The Contributing.md file is currently under development so expect rough edges

Setting up Server

To Build Sidecar

mkdir -p sidecar/build && cd sidecar/build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)