Installation
- This project uses a monorepo deployment strategy with separate deployments for the portfolio application and documentation platform.
Repositoryβ
The project is hosted on:
- GitHub repository
Monorepo structure:
portfolio-v2
β
βββ apps
β βββ web
β βββ docs
Deployment Targetsβ
Portfolio:
- erzan.dev
Documentation:
- docs.erzan.dev
Both applications are deployed as separate projects on Vercel.
Deployment Flowβ
GitHub push
β
Vercel build
β
Automatic deployment
Build Configurationβ
Portfolio build:
- root directory: apps/web
- framework: Next.js
Documentation build:
- root directory: apps/docs
- framework: Docusaurus