daily.dev application suite
The daily.dev monorepo houses the web app, extension, and shared components for both platforms, emphasizing faster iterations and feature parity between the two. The technology stack includes Node v18.16.0, pnpm for managing dependencies, and projects like eslint-config, prettier-config, extension, shared, and webapp.
pnpm install
cd packages/extension
pnpm dev:chrome
pnpm --filter extension dev:chrome
in the root directory.chrome://extensions
.packages/extension/dist/chrome
folder.The daily.dev monorepo houses a suite of applications with shared components for efficient development. By providing a clear structure, streamlined iterations, and detailed guidelines, the project aims to enhance the development experience and foster active contributions from the community.