This repository contains the new implementation of MujDomecek based on the full specification in docs/.
It is a clean-start monorepo with a .NET 10 backend and a SvelteKit frontend.
/
βββ docs/ # Product + architecture specification
βββ src/
β βββ api/ # .NET API (Clean Architecture)
β βββ web/ # SvelteKit app (PWA, local-first)
β βββ shared/ # Shared types (OpenAPI codegen output)
βββ tests/ # Test projects
βββ package.json # Root tooling (husky + lint-staged)
- Install .NET 10 SDK and Node 22
npm install- Backend:
dotnet build src/api/MujDomecek.sln - Frontend:
npm --prefix src/web installandnpm --prefix src/web run dev
docs/README.mdfor the full specdocs/11-tech-standards.mdfor architecture and conventionsdocs/13-api-reference.mdfor API endpoints