Skip to content

Rory-LibMatrix/BugMine

Repository files navigation

BugMine

Decentralised issue tracking system, built on Matrix using Rory&::LibMatrix.

Deploying the web interface

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

Running a project

cd $PROJECT
dotnet run

Contributing

# Prepare patch set
mkdir patches
git format-patch --output-directory "./patches" @{u}..

# Send patches

Developer utility commands

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published