The monorepo contains the daily.dev web application and browser extension, designed for developers to consume curated tech news.
This monorepo houses the daily.dev web app and browser extension, along with shared components, built with Next.js, React, and TypeScript. It utilizes pnpm workspaces for dependency management and includes dedicated ESLint and Prettier configs for consistent code quality across packages like `extension` and `shared`. Developers can explore the `packages/extension` directory to see how the browser extension is structured.
The monorepo contains the daily.dev web application and browser extension, designed for developers to consume curated tech news.
Developers interested in building a monorepo for a web application and browser extension with shared codebases will find this project insightful.