Closed danielodievich closed 10 months ago
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
How to build and run from source