mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
c0cb0ff0ed3cae9eec7592d68d75952da0628f6d
logos-turborepo-next-tailwind-i18n-template
A pnpm + Turborepo starter with:
apps/web: Next.js frontend with Tailwind CSS v4 andnext-intlapps/cms: standalone Payload CMS app with Admin dashboardpackages/ui: shared React UI primitivespackages/config: shared ESLint / TypeScript / Prettier configpackages/types: shared application types, including Payload-generated types
Why this shape
- Apps stay as entrypoints only.
- Shared code lives in purpose-specific packages.
- The CMS is isolated from the frontend deployment boundary.
- Payload-generated types can be shared without coupling the frontend to Payload runtime packages.
Commands
pnpm install
pnpm dev
pnpm build
pnpm check-types
pnpm generate-types
Local URLs
- Web:
http://localhost:3000 - CMS:
http://localhost:3001 - Payload Admin:
http://localhost:3001/admin
Languages
TypeScript
90.5%
CSS
5.3%
JavaScript
2.3%
HTML
1.5%
Dockerfile
0.2%
Other
0.2%