You can not select more than 25 topics 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 преди 2 дни
.gitea/workflows fix: close review findings for stories 1.7 and 1.8 преди 3 дни
Campaign_Tracker.Server feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation преди 2 дни
Campaign_Tracker.Server.Tests feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation преди 2 дни
Initial Documents init преди 4 дни
_bmad-output feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation преди 2 дни
campaign-tracker-client feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation преди 2 дни
docs init преди 4 дни
.gitignore feat(Epic 2): implement municipality-to-cycle kanban and election-cycle job creation преди 2 дни
Initial Description.txt This Code is for Issues 1-1 преди 4 дни
README.md Fix Story 1.1 scaffold docs (README.md) преди 4 дни
bmad-dev-story-prompt.md Prepare for Story 1.11 implementation - Added story prompt and implementation plan преди 3 дни
campaign-tracker.sln This Code is for Issues 1-1 преди 4 дни
package-lock.json fix: complete story 1.9 seed defaults преди 3 дни

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.