{"id":14984136,"url":"https://github.com/wtchnm/vitamin","last_synced_at":"2025-05-15T13:08:53.321Z","repository":{"id":36997630,"uuid":"337183873","full_name":"wtchnm/Vitamin","owner":"wtchnm","description":"Opinionated Vite starter template.","archived":false,"fork":false,"pushed_at":"2025-02-19T01:10:54.000Z","size":6038,"stargazers_count":578,"open_issues_count":0,"forks_count":53,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-14T12:13:49.037Z","etag":null,"topics":["cypress","e2e","eslint","jest","prettier","react","tailwindcss","typescript","vite","vitest"],"latest_commit_sha":null,"homepage":"https://vitamin-wtchnm.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtchnm.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2021-02-08T19:18:44.000Z","updated_at":"2025-05-14T01:48:56.000Z","dependencies_parsed_at":"2023-02-18T06:46:06.913Z","dependency_job_id":"f107b691-bfaa-458a-bc80-8ed39de07e94","html_url":"https://github.com/wtchnm/Vitamin","commit_stats":{"total_commits":1194,"total_committers":8,"mean_commits":149.25,"dds":0.6683417085427136,"last_synced_commit":"e56aa30c1b427527b997d4d13cecde770deeb241"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtchnm%2FVitamin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtchnm%2FVitamin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtchnm%2FVitamin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtchnm%2FVitamin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtchnm","download_url":"https://codeload.github.com/wtchnm/Vitamin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346625,"owners_count":22055808,"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":["cypress","e2e","eslint","jest","prettier","react","tailwindcss","typescript","vite","vitest"],"created_at":"2024-09-24T14:08:31.534Z","updated_at":"2025-05-15T13:08:48.312Z","avatar_url":"https://github.com/wtchnm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vitamin\n\n[![codecov](https://codecov.io/gh/wtchnm/Vitamin/branch/main/graph/badge.svg?token=H9BBAKGYI0)](https://codecov.io/gh/wtchnm/Vitamin) ![Test workflow](https://github.com/wtchnm/Vitamin/actions/workflows/test.yml/badge.svg) ![CodeQL workflow](https://github.com/wtchnm/Vitamin/actions/workflows/codeql-analysis.yml/badge.svg) [![Vitamin](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/etow1b\u0026style=flat\u0026logo=cypress)](https://dashboard.cypress.io/projects/etow1b/runs) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/wtchnm/Vitamin/blob/main/LICENSE)\n\n\u003e [!WARNING]\n\u003e Project in maintenance mode.\n\nOpinionated Vite starter template.\n\n## Features\n\n- [Vite](https://vitejs.dev) with [React](https://reactjs.org), [TypeScript](https://www.typescriptlang.org) and [absolute imports](https://github.com/aleclarson/vite-tsconfig-paths).\n- [Tailwind CSS v3](https://tailwindcss.com) with a [basic reset for form styles](https://github.com/tailwindlabs/tailwindcss-forms) and a [Prettier plugin](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) that automatically sorts classes.\n- Use [ESLint](https://eslint.org), [stylelint](https://stylelint.io) and [Prettier](https://prettier.io) on VSCode and before you commit with [Husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged).\n- [PWA](https://github.com/antfu/vite-plugin-pwa) with [17/17 Lighthouse score](https://web.dev/pwa-checklist/).\n- Write unit and integration tests with [Vitest](https://vitest.dev/) and [Testing Library](https://testing-library.com/).\n- Write e2e tests with [Cypress](https://www.cypress.io).\n- GitHub Actions for automatic [dependency updates](https://renovatebot.com/), [CodeQL Analysis](https://securitylab.github.com/tools/codeql), running tests and code coverage with [Codecov](https://about.codecov.io/).\n- Deploy to [vercel.com](https://vercel.com/) with pre-configured [SPA fallback](https://vercel.com/docs/configuration#routes/advanced/spa-fallback).\n\n## Getting started\n\nUse this repository as a [GitHub template](https://github.com/wtchnm/Vitamin/generate) or use [degit](https://github.com/Rich-Harris/degit) to clone to your machine with an empty git history:\n\n```\nnpx degit wtchnm/Vitamin#main my-app\n```\n\nThen, install the dependencies:\n\n```\npnpm install\n```\n\n### Before you start coding\n\n- [ ] If you don't plan to use GitHub Actions, delete the `.github` directory.\n- [ ] Clean up the `cypress/e2e/index.spec.ts` file.\n- [ ] Change the `favicon.png`, `apple-touch-icon.png`, `android-chrome-192x192.png` and `android-chrome-512x512.png`. [favicon.io](https://favicon.io) is a cool tool for generating these assets.\n- [ ] In the `src` folder, remove the `__tests__`, `api` and `components` folder and the `types.ts` file.\n- [ ] If you don't plan to use `react-query`, remove the query client logic in the `main.tsx` file.\n- [ ] Change the title, description and theme color in the `index.html` and `vite.config.ts`. The [Inter](https://rsms.me/inter/) font is included, so remove it if you want.\n- [ ] Modify or delete the `LICENSE` file.\n- [ ] Change the `name` field in package.json.\n\n## Scripts\n\n- `pnpm dev` - start a development server with hot reload.\n- `pnpm build` - build for production. The generated files will be on the `dist` folder.\n- `pnpm preview` - locally preview the production build.\n- `pnpm test` - run unit and integration tests related to changed files based on git.\n- `pnpm test:ci` - run all unit and integration tests in CI mode.\n- `pnpm test:e2e` - run all e2e tests with the Cypress Test Runner.\n- `pnpm test:e2e:headless` - run all e2e tests headlessly.\n- `pnpm format` - format all files with Prettier.\n- `pnpm lint` - runs TypeScript, ESLint and Stylelint.\n- `pnpm validate` - runs `lint`, `test:ci` and `test:e2e:ci`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtchnm%2Fvitamin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtchnm%2Fvitamin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtchnm%2Fvitamin/lists"}