Decentralised issue tracking system, built on Matrix using Rory&::LibMatrix.
Make sure to follow your web server's instructions to deploy a single-page application.
git clone --recursive $REPO
cd BugMine/BugMine.Web
dotnet publish
cp -rv bin/Release/net8.0/publish/wwwroot /var/www/html_bugmine
cd $PROJECT
dotnet run
# Prepare patch set
mkdir patches
git format-patch --output-directory "./patches" @{u}..
# Send patches
Error reporting upon file save:
dotnet watch build --property WarningLevel=0
Hot rebuild on file save:
dotnet watch run --no-hot-reload --property WarningLevel=0