observeinc/entity-explorer

Add Building/Running from source

Closed this issue · 1 comments

How to build and run from source

From georgios

cat run.sh 
#!/bin/bash

sdir="$(dirname "$0")"
cd ${sdir}

dotnet publish observe-entity-explorer.csproj --self-contained --runtime linux-x64 -c Debug -p:PublishSingleFile=true -o bin/publish/linux-x64

bin/publish/linux-x64/observe-entity-explorer &
sleep 3
xdg-open http://localhost:50110/
fg