Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next.js | 102,985 | 7,716 | 3,624 | 15 hours ago | 1,624 | September 23, 2022 | 1,583 | mit | JavaScript | |
The React Framework | ||||||||||
Swr | 26,100 | 13 | 451 | 3 days ago | 124 | September 12, 2022 | 92 | mit | TypeScript | |
React Hooks for Data Fetching | ||||||||||
Trpc | 23,380 | 56 | a day ago | 332 | September 22, 2022 | 102 | mit | TypeScript | ||
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | ||||||||||
Jsoncrack.com | 22,990 | 9 days ago | 44 | gpl-3.0 | TypeScript | |||||
⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution. | ||||||||||
Nativebase | 19,106 | 4,291 | 305 | 9 days ago | 348 | September 23, 2022 | 288 | mit | TypeScript | |
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web. | ||||||||||
Lenster | 17,355 | 14 hours ago | 115 | gpl-3.0 | TypeScript | |||||
Lenster is a decentralized, and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Nx | 16,983 | 126 | 264 | a day ago | 846 | September 23, 2022 | 693 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Next Auth | 15,382 | 21 | 73 | 14 hours ago | 567 | August 01, 2022 | 199 | isc | TypeScript | |
Authentication for the Web. | ||||||||||
Affine | 13,839 | 20 hours ago | 158 | mpl-2.0 | TypeScript | |||||
There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. | ||||||||||
Sst | 12,724 | 4 | a day ago | 681 | September 23, 2022 | 614 | mit | JavaScript | ||
💥 SST makes it easy to build full-stack serverless apps. |
This monorepo contains daily.dev's application suite. The repo includes the web app and the extension, along with shared components for the two. The decision was made to allow faster iterations and to keep features parity in both platforms.
.nvmrc
is presented for nvm users).Shared settings for eslint for all the projects in this repo.
The browser extension project. Includes webpack configuration for browser extensions and the dedicated components just for the extension.
Shared settings for prettier for all the projects in this repo.
The main project with most of the components that are used in the applications. Every component that need to be used in both platforms should be placed in this project. This includes the design system components, custom hooks, and many more.
The web app project. It is a Next.js project and it has more pages than the extension. Such as registration page, post page, profile page, etc. For more information click here.
To spin up a local environment, we suggest using GitPod. Everything is already configured and should work out of the box. We have a GitPod button above, click on it and let's roll!
So you want to contribute to daily.dev app suite and make an impact, we are glad to hear it. 😍
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: https://github.com/dailydotdev/.github/blob/master/CONTRIBUTING.md
After cloning the project, please make sure to run the following commands to bootstrap the project:
npm i -g lerna
lerna bootstrap
lerna
as a global package npm i -g lerna
lerna bootstrap
cd packages/extension
npm run build:firefox
dist