daily.dev application suite
npx skills add https://github.com/dailydotdev/apps --skill respectfully使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
This monorepo contains daily.dev's application suite. The repo includes the web app and the extension, along with shared components for the two.
By using a monorepo approach, we can easily share code and maintain consistency across the different parts of the application suite.
The decision was made to allow faster iterations and to keep features parity in both platforms.
contains a collection of smaller projects or libraries that are used across the daily.dev application suite. Here's a brief overview of each package mentioned:
Shared ESLint settings for maintaining consistent code quality across the project.
A custom ESLint plugin that defines a set of rules for the project, including a rule to enforce consistent color usage.
The browser extension project. Includes webpack configuration for browser extensions and the dedicated components just for the extension.
Shared Prettier settings for all the projects in this repo.
The main project contains most of the components used in the applications. Every component that needs to be used on both platforms should be placed in this project. This includes the design system components, custom hooks, and many more.
The Storybook configuration for the project, used to develop and showcase UI components in isolation.
The web app project. This is a Next.js project and has more pages than the extension, such as a registration page, post page, profile page, etc. For more information click here.
To spin up a local environment, you will need Docker. Do the steps below and you should be able to start trying to center a div:
docker compose updocker compose exec daily-api node ./bin/importhttp://localhost:5002/So you want to contribute to daily.dev app suite and make an impact, we are glad to hear it. :heart_eyes:
Before you proceed we have a few guidelines for contribution that will make everything much easier.
We would appreciate if you dedicate the time and read them carefully:
CONTRIBUTING.md
After cloning the project, please make sure to run the following commands to bootstrap the project:
npm i -g [email protected]
pnpm install
Example for Chrome:
pnpm --filter extension dev in the root directorychrome://extensions/Developer mode in the top right cornerLoad unpacked and select the packages/extension/dist/chrome folder