Engineering Decisions
Monorepo Architectureβ
The project uses a monorepo structure to manage multiple applications within a single repository.
Benefits:
-
shared tooling
-
simplified dependency management
-
easier scaling
Separate Deploymentsβ
Portfolio and documentation are deployed separately to allow independent updates.