{"id":13678860,"url":"https://github.com/open-sauced/app","last_synced_at":"2025-05-15T04:06:33.332Z","repository":{"id":64791022,"uuid":"501028599","full_name":"open-sauced/app","owner":"open-sauced","description":"🍕 Insights into your entire open source ecosystem.","archived":false,"fork":false,"pushed_at":"2025-03-21T23:13:13.000Z","size":132076,"stargazers_count":449,"open_issues_count":327,"forks_count":230,"subscribers_count":10,"default_branch":"beta","last_synced_at":"2025-04-13T07:44:02.471Z","etag":null,"topics":["nextjs","open-source","pizza","react"],"latest_commit_sha":null,"homepage":"https://pizza.new","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-sauced.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["open-sauced","adiati98","Anush008"]}},"created_at":"2022-06-07T22:55:43.000Z","updated_at":"2025-04-12T17:59:23.000Z","dependencies_parsed_at":"2023-10-02T12:47:03.863Z","dependency_job_id":"6223716c-5b7f-4e6e-aadf-25f665473428","html_url":"https://github.com/open-sauced/app","commit_stats":null,"previous_names":["open-sauced/app","open-sauced/insights"],"tags_count":1380,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-sauced%2Fapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-sauced%2Fapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-sauced%2Fapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-sauced%2Fapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-sauced","download_url":"https://codeload.github.com/open-sauced/app/tar.gz/refs/heads/beta","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","open-source","pizza","react"],"created_at":"2024-08-02T13:00:59.197Z","updated_at":"2025-05-15T04:06:28.312Z","avatar_url":"https://github.com/open-sauced.png","language":"TypeScript","funding_links":["https://github.com/sponsors/open-sauced","https://github.com/sponsors/adiati98","https://github.com/sponsors/Anush008"],"categories":["TypeScript"],"sub_categories":[],"readme":"This project has been archived. This [team now supports the LFX](https://opensauced.pizza/blog/opensauced-is-joining-the-linux-foundation).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg alt=\"OpenSauced\" src=\"https://github.com/open-sauced/assets/blob/main/logos/logo-on-dark.png\"\u003e\n  \u003ch1\u003e🍕 app.opensauced.pizza 🍕\u003c/h1\u003e\n  \u003cstrong\u003eThe site provides insights to Open Source projects.\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## 🖼️ Project Figma\n\nThe figma for this project can be found [here](\u003chttps://www.figma.com/file/OpVX6WT7dmWqnwRuEvADMF/OpenSauced-%E2%80%94-Insights-(insights.opensauced.pizza)\u003e).\n\n## 🔬 Atomic Design\n\nThis project uses Atomic Design for it's Components. Here are several resources for Atomic Design if you are unfamiliar:\n\n- [Atomic Design by Brad Frost](https://bradfrost.com/blog/post/atomic-web-design/)\n- [Atomic Design - How To Make Web and UI Design Easier](https://www.youtube.com/watch?v=W3A33dmp17E)\n\n## 📙 Storybook\n\nThe Storybook for this project can be found at [design-insights.opensauced.pizza](https://design-insights.opensauced.pizza).\n\n### Run it locally\n\n```bash\nnpm run storybook\n```\n\n### Deploy your branch ([video explaining this](https://www.loom.com/share/c3a3fa04a4a343da8228bdb9b9a66746))\n\nNavigate to the [Storybook Action](https://github.com/open-sauced/insights/actions/workflows/storybook.yml). Choose your branch in the \"Run Workflow\" dropdown.\n\n\u003cimg width=\"1050\" alt=\"storybook action tab\" src=\"https://user-images.githubusercontent.com/5713670/178128835-d81205f3-a875-474f-8b4f-46a1ad814fe1.png\"\u003e\n\n## 🖥️ Local development\n\nTo install the application:\n\n```shell\nnpm ci\n```\n\nTo start a local copy of the app on port `3000`:\n\n```shell\nnpm run dev\n```\n\nInterested in helping with potential performance problems? Run the dev server with [Million Lint](https://million.dev/lint). Note that Million Lint is currently only supported for VS Code and it requires the [Million Lint extension](https://marketplace.visualstudio.com/items?itemName=million.million-lint).\n\n```shell\nUSE_MILLION_LINT=1 npm run dev\n```\n\n### ☁️️ Netlify Edge Functions\n\n**Note**: For the best local development experience, it is recommended to have the `Netlify CLI` installed globally. Follow the [installation guide](https://docs.netlify.com/cli/get-started/) to set up Netlify CLI on your machine.\n\nTo start a local copy of the app on port `3000` with [Netlify Edge Functions](https://docs.netlify.com/edge-functions/overview/)):\n\n```shell\nnetlify dev\n```\n\n### 🎨 Code linting\n\nTo check the code and styles quality, use the following command:\n\n```shell\nnpm run lint\n```\n\nThis will also display during development, but not break on errors.\n\nTo fix the linting errors, use the following command:\n\n```shell\nnpm run format\n```\n\n### 🚀 Production deployment\n\nA production deployment is a complete build of the project, including the build of the static assets.\n\n```shell\nnpm run build\n```\n\n## 🤝 Contributing\n\n_We encourage contributors to open issues or take a look at the [Bugs](https://github.com/orgs/open-sauced/projects/6) or [Papercuts](https://github.com/open-sauced/insights/issues?q=is%3Aopen+is%3Aissue+milestone%3APapercuts). If you would like to find **good first issues**, please check out the companion project to this, [open-sauced/hot](https://github.com/open-sauced/hot/issues) or check out the `#good-first-issues` channel in our [Discord](https://discord.gg/opensauced)._\n\nWe encourage you to contribute to OpenSauced! Please check out the [Contributing guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) for guidelines about how to self-assign an issue and how to get started.\n\nWe have a commit utility called [@open-sauced/conventional-commit](https://github.com/open-sauced/conventional-commit) that helps you write your commits in a way that is easy to understand and process by others.\n\nIt is generally integrated as an `npm` script but you can run it with `npx` as well:\n\n```shell\nnpm run push\n```\n\nFor any other npm based project or dotnpmrc defaulting to `--yes`:\n\n```shell\nnpx -y @open-sauced/conventional-commit\n```\n\n## 🍕 Community\n\nGot Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P).\nFind OpenSauced videos and release overviews on our [YouTube Channel](https://www.youtube.com/channel/UCklWxKrTti61ZCROE1e5-MQ), and check out the resources on our [Dev.to org](https://dev.to/opensauced).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-sauced%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-sauced%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-sauced%2Fapp/lists"}