Add Building/Running from source
Closed this issue · 1 comments
danielodievich commented
How to build and run from source
danielodievich commented
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