{"id":26377187,"url":"https://github.com/dnd-side-project/dnd-10th-5-frontend","last_synced_at":"2025-06-23T00:05:17.705Z","repository":{"id":219286616,"uuid":"743362711","full_name":"dnd-side-project/dnd-10th-5-frontend","owner":"dnd-side-project","description":"저장한 링크를 한눈에, favolink","archived":false,"fork":false,"pushed_at":"2024-05-21T13:24:31.000Z","size":7827,"stargazers_count":5,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T10:36:44.127Z","etag":null,"topics":["axios","react","react-error-boundary","tanstack-react-query","turborepo","typescript","vanilla-extract-css","vite"],"latest_commit_sha":null,"homepage":"https://favolink.site","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnd-side-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T04:09:02.000Z","updated_at":"2024-05-28T11:52:51.123Z","dependencies_parsed_at":"2024-05-21T10:27:05.626Z","dependency_job_id":"73d1d303-f0aa-4ab3-8923-5d03068a22e3","html_url":"https://github.com/dnd-side-project/dnd-10th-5-frontend","commit_stats":null,"previous_names":["dnd-side-project/dnd-10th-5-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnd-side-project/dnd-10th-5-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnd-side-project%2Fdnd-10th-5-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnd-side-project%2Fdnd-10th-5-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnd-side-project%2Fdnd-10th-5-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnd-side-project%2Fdnd-10th-5-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnd-side-project","download_url":"https://codeload.github.com/dnd-side-project/dnd-10th-5-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnd-side-project%2Fdnd-10th-5-frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261386796,"owners_count":23150871,"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":["axios","react","react-error-boundary","tanstack-react-query","turborepo","typescript","vanilla-extract-css","vite"],"created_at":"2025-03-17T03:20:40.467Z","updated_at":"2025-06-23T00:05:12.685Z","avatar_url":"https://github.com/dnd-side-project.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo starter\n\nThis is an official starter Turborepo.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest\n```\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app\n- `web`: another [Next.js](https://nextjs.org/) app\n- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm dev\n```\n\n### Remote Caching\n\nTurborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:\n\n```\ncd my-turborepo\nnpx turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:\n\n```\nnpx turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnd-side-project%2Fdnd-10th-5-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnd-side-project%2Fdnd-10th-5-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnd-side-project%2Fdnd-10th-5-frontend/lists"}