您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Daniel Covington 6a10f82863 fix(1.10): code review patches — concurrency, null-safety, test coverage 2 天前
.gitea/workflows fix: close review findings for stories 1.7 and 1.8 2 天前
Campaign_Tracker.Server fix(1.10): code review patches — concurrency, null-safety, test coverage 2 天前
Campaign_Tracker.Server.Tests fix(1.10): code review patches — concurrency, null-safety, test coverage 2 天前
Initial Documents init 3 天前
_bmad-output fix(1.10): code review patches — concurrency, null-safety, test coverage 2 天前
campaign-tracker-client fix(1.10): code review patches — concurrency, null-safety, test coverage 2 天前
docs init 3 天前
.gitignore fix: complete story 1.9 seed defaults 2 天前
Initial Description.txt This Code is for Issues 1-1 3 天前
README.md Fix Story 1.1 scaffold docs (README.md) 3 天前
campaign-tracker.sln This Code is for Issues 1-1 3 天前
package-lock.json fix: complete story 1.9 seed defaults 2 天前

README.md

Campaign_Tracker App

Prerequisites

  • .NET SDK 10.0+
  • Node.js 20.19+ (or 22.12+)

Run Commands

Server

dotnet restore .\campaign-tracker.sln
dotnet build .\campaign-tracker.sln
dotnet run --project .\Campaign_Tracker.Server\Campaign_Tracker.Server.csproj

Health check:

Invoke-WebRequest http://localhost:5254/health

Client

cd .\campaign-tracker-client
npm install
npm run dev

Tests

dotnet test .\campaign-tracker.sln
cd .\campaign-tracker-client
npm run lint
npm run build

Powered by TurnKey Linux.