This monorepo contains all the packages related to my portfolio website.
This monorepo uses Turborepo and contains:
landing: A Next.js app for the main portfolio sitepackages/*: Any shared packages used across the monorepo
This monorepo has some additional tools:
- Turborepo for builds, development, and deployment
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To develop all apps and packages:
yarn install
yarn devTo build all apps and packages:
yarn buildThe monorepo is configured for deployment on Vercel.