Monorepo for henrymeyer.de, managed with pnpm workspaces.
.
├── apps/
│ └── main-site/ # Next.js web application
└── packages/
└── ui/ # Shared UI components (@repo/ui)
- Node.js (LTS)
- pnpm 10.5.2
# Install dependencies
pnpm install
# Start the main site in development mode
pnpm dev:main
# Build the main site
pnpm build:mainYou can also run commands scoped to a specific workspace package:
pnpm --filter main-site dev
pnpm --filter @repo/ui ...All packages in this repository are licensed under their respective licenses. Refer to the LICENSE file in each package for more information.