{"id":26306187,"url":"https://github.com/thenameiswiiwin/linear-clone","last_synced_at":"2025-05-12T21:06:47.348Z","repository":{"id":72768187,"uuid":"588328536","full_name":"thenameiswiiwin/linear-clone","owner":"thenameiswiiwin","description":"Rebuilding Linear.app with Next JS 13, Tailwind CSS and TypeScript","archived":false,"fork":false,"pushed_at":"2023-02-23T13:44:04.000Z","size":1824,"stargazers_count":49,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T03:35:44.856Z","etag":null,"topics":["class-variance-authority","clsx","eslint","husky","nextjs","react","react-intersection-observer","tailwind","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://linear-clone-thenameiswiiwin.vercel.app/","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/thenameiswiiwin.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T21:33:01.000Z","updated_at":"2025-03-24T22:46:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e014a4a2-99ef-4547-a130-4809e8c28780","html_url":"https://github.com/thenameiswiiwin/linear-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenameiswiiwin%2Flinear-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenameiswiiwin%2Flinear-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenameiswiiwin%2Flinear-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenameiswiiwin%2Flinear-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenameiswiiwin","download_url":"https://codeload.github.com/thenameiswiiwin/linear-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823425,"owners_count":21969846,"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":["class-variance-authority","clsx","eslint","husky","nextjs","react","react-intersection-observer","tailwind","tailwindcss","typescript"],"created_at":"2025-03-15T09:20:15.893Z","updated_at":"2025-05-12T21:06:47.333Z","avatar_url":"https://github.com/thenameiswiiwin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rebuilding Linear.app with Next JS 13, Tailwind CSS and TypeScript\n\n[Show Case](https://linear-clone-tau.vercel.app/)\n\nRebuilding Linear.app with Next JS 13, Tailwind CSS, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Commitlint, PostCSS, Tailwind CSS.\n\n### Features\n\n- [Next.js](https://nextjs.org) for Static Site Generator\n- Type checking [TypeScript](https://www.typescriptlang.org)\n- Integrate with [Tailwind CSS](https://tailwindcss.com)\n- Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals, Tailwind CSS and Airbnb configuration)\n- Easily construct component variants with [CVA](https://github.com/joe-bell/cva)\n- Utility for constructing `classname` strings conditionally with [clsx](https://github.com/lukeed/clsx)\n- Code Formatter with [Prettier](https://prettier.io)\n- Husky for Git Hooks\n- Lint-staged for running linters on Git staged files\n- Lint git commit with Commitlint\n- Write standard compliant commit messages with Commitizen\n- Absolute Imports using `@` prefix\n\n### Requirements\n\n- Node.js 14+ and npm\n\n### Getting started\n\nRun the following command on your local environment:\n\n```shell\ngit clone https://github.com/thenameiswiiwin/linear-clone.git.git\ncd linear-clone\nyarn\n```\n\nThen, you can run locally in development mode with live reload:\n\n```shell\nyarn dev\n```\n\nOpen http://localhost:3000 with your favorite browser to see your project.\n\n```shell\n.\n├── README.md                       # README file\n├── .husky                          # Husky configuration\n├── public                          # Public assets folder\n├── src\n│   ├── app                         # Layouts components, error components, and loading components\n│   ├── assets                      # Images and fonts\n│   └── components                  # React components\n│   └── lib                         # Utility functions\n│   ├── pages                       # Next JS Pages\n│   ├── styles                      # Styles folder\n├── tailwind.config.js              # Tailwind CSS configuration\n└── tsconfig.json                   # TypeScript configuration\n```\n\n### Commit Message Format\n\nThe project enforces [Conventional Commits](https://www.conventionalcommits.org/) specification. This means that all your commit messages must be formatted according to the specification. To help you write commit messages, the project uses [Commitizen](https://github.com/commitizen/cz-cli), an interactive CLI that guides you through the commit process. To use it, run the following command:\n\n```shell\nyarn commit\n```\n\nOne of the benefits of using Conventional Commits is that it allows us to automatically generate a `CHANGELOG` file. It also allows us to automatically determine the next version number based on the types of commits that are included in a release.\n\n### Deploy to production\n\nYou can see the results locally in production mode with:\n\n```shell\nyarn build\nyarn start\n```\n\nThe generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from [Tailwind CSS](https://tailwindcss.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenameiswiiwin%2Flinear-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenameiswiiwin%2Flinear-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenameiswiiwin%2Flinear-clone/lists"}