Emulator Building and running mkdir build cd build cmake .. cmake --build . You can find the CliApp executable in ./build/cli_app/EmulatorCliApp You can test emulator running script ./scripts/test.sh Contributing Before pushing any changes run this script ./scripts/format.sh