25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Covington 2accc907c3 feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
.gitea/workflows fix: close review findings for stories 1.7 and 1.8 2 일 전
Campaign_Tracker.Server feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
Campaign_Tracker.Server.Tests feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
Initial Documents init 4 일 전
_bmad-output feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
campaign-tracker-client feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
docs init 4 일 전
.gitignore feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation 1 일 전
Initial Description.txt This Code is for Issues 1-1 3 일 전
README.md Fix Story 1.1 scaffold docs (README.md) 3 일 전
bmad-dev-story-prompt.md Prepare for Story 1.11 implementation - Added story prompt and implementation plan 2 일 전
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.