{"id":26529024,"url":"https://github.com/faustienf/ballsort","last_synced_at":"2026-04-09T17:04:25.555Z","repository":{"id":171402841,"uuid":"647889219","full_name":"faustienf/ballsort","owner":"faustienf","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-01T18:35:55.000Z","size":351,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:20:40.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ballsort.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/faustienf.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-31T18:38:12.000Z","updated_at":"2023-06-08T15:19:46.000Z","dependencies_parsed_at":"2024-01-24T14:15:10.119Z","dependency_job_id":null,"html_url":"https://github.com/faustienf/ballsort","commit_stats":null,"previous_names":["faustienf/ballsort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faustienf/ballsort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Fballsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Fballsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Fballsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Fballsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faustienf","download_url":"https://codeload.github.com/faustienf/ballsort/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faustienf%2Fballsort/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267476215,"owners_count":24093454,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-21T16:20:17.794Z","updated_at":"2025-12-30T19:54:23.633Z","avatar_url":"https://github.com/faustienf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TS + React + Vite + FSD project template\n\nThis repository contains my favorite tools and complete guides how to set everything up\n\n[![Conventional Commits][shields-conventional-commits-image]](https://conventionalcommits.org)\n\n## Includes\n\n### deploy to gh-pages [workflow](.github/workflows/pages.yml)\nAllows to deploy spa project to github pages via github action\n\nPlease adjust `VITE_BASE_URL` in [.env](.env) to fit your repo name\n\n### commitlint + conventional commits\n\nTo add it to the project I use [commitlint website](https://commitlint.js.org/#/guides-local-setup).\n\nI always prefer this way to deal with commit messages. It has a lot of benefits,\n[read more](https://www.conventionalcommits.org/en/v1.0.0/) about the conception.\n\n### [eslint](https://eslint.org/)\n\nTo add it to the project I use `npm init @eslint/config` command.\n\n### [prettier](https://prettier.io/)\n\nTo add it to the project I follow [official guide](https://prettier.io/docs/en/install.html).\n\n### [autoprefixer](https://autoprefixer.github.io/)\nTo add it to the project I run `npm i -D postcss@latest autoprefixer@latest`\n\nThen add a file postcss.config.js on the root project directory\n```js\nmodule.exports = {\n  plugins: {\n    autoprefixer: {}\n  }\n}\n```\n\nThen patch `vite.config.ts` with this section:\n```js\ncss: {\n    postcss: {\n      plugins: [\n        autoprefixer({}) // add options if needed\n      ]\n    }\n  }\n```\n\n### [storybook](https://storybook.js.org/)\n\nStorybook is a tool for building UI components and pages in isolation.\n\nTo add it to the project I follow [official guide](https://storybook.js.org/docs/react/get-started/install/).\n\n### npm-check-updates helper\n\nI use this tool weekly to manually update the dependencies\n\n### [vite loadEnv](https://vitejs.dev/config/#using-environment-variables-in-config)\nAllows to use env variables in config\n\n### [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)\n\nGive vite the ability to resolve imports using TypeScript's path mapping\n\n### [vite-plugin-checker](https://vite-plugin-checker.netlify.app/)\n\nVite plugin that provide checks e.g. `[TypeScript] Found 0 errors. Watching for file changes.`\n\n### local https via [vite-plugin-mkcert](https://www.npmjs.com/package/vite-plugin-mkcert)\nAllows to use https://localhost in development\n\n[shields-conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaustienf%2Fballsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaustienf%2Fballsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaustienf%2Fballsort/lists"}