Nx workspace for web projects and shared libraries.
- Rod Manager - community portal for small groups that need public pages, member accounts, and simple content management.
- Recepturomat - recipe and yield calculation app for small bakeries, restaurants, and food enthusiasts.
- Server platform - shared Fastify runtime for auth, sessions, database access, OAuth, and SSR delivery.
- Web platform - shared React flows for auth, account pages, and app shell behavior.
- Shared contracts - DTOs and workspace helpers shared across API and web layers.
- UI primitives - reusable React components for pages, forms, links, and modal flows.
npm ci
npm run dev:rod-manager
npm run dev:recepturomat
npm run generate:project -- <name>
npm run lint
npm run typecheck
npm run format:check