{"id":26057445,"url":"https://github.com/savagecore/vite-svelte-starter","last_synced_at":"2026-04-09T18:44:56.519Z","repository":{"id":196265820,"uuid":"694909950","full_name":"SavageCore/vite-svelte-starter","owner":"SavageCore","description":"Currently in \"production\" @ https://savagecore.github.io/pd3-vault-cracker/","archived":false,"fork":false,"pushed_at":"2025-01-27T21:06:20.000Z","size":931,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T19:11:16.239Z","etag":null,"topics":["boilerplate","coverage","eslint","husky","i18n","localisation","picocss","prettier","svelte","svelte-i18n","template","vite","vitest"],"latest_commit_sha":null,"homepage":"https://savagecore.github.io/vite-svelte-starter/","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/SavageCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"savagecore"}},"created_at":"2023-09-22T00:19:37.000Z","updated_at":"2024-10-29T14:38:27.000Z","dependencies_parsed_at":"2024-02-13T01:39:44.249Z","dependency_job_id":"d7afb2ea-2d8c-480d-95e9-7e99893e20b5","html_url":"https://github.com/SavageCore/vite-svelte-starter","commit_stats":null,"previous_names":["savagecore/vite-svelte-starter"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavageCore%2Fvite-svelte-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavageCore%2Fvite-svelte-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavageCore%2Fvite-svelte-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SavageCore%2Fvite-svelte-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SavageCore","download_url":"https://codeload.github.com/SavageCore/vite-svelte-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242539179,"owners_count":20145915,"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":["boilerplate","coverage","eslint","husky","i18n","localisation","picocss","prettier","svelte","svelte-i18n","template","vite","vitest"],"created_at":"2025-03-08T11:15:39.921Z","updated_at":"2026-04-09T18:44:56.505Z","avatar_url":"https://github.com/SavageCore.png","language":"TypeScript","funding_links":["https://ko-fi.com/savagecore"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/SavageCore/vite-svelte-starter/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/SavageCore/vite-svelte-starter/release.yml\" alt=\"build status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://app.codecov.io/gh/SavageCore/vite-svelte-starter\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/SavageCore/vite-svelte-starter\" alt=\"Coverage\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSvelte + TailwindCSS + TypeScript + Vite\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003esvelte-i18n + Prettier + Vitest + Husky\u003c/h2\u003e\n\nThis template is based on the official [Vite + Svelte template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-svelte-ts).\n\n## Packages added to the template\n\n- [Prettier](https://prettier.io/)\n- [Husky](https://github.com/typicode/husky)\n- [Vitest](https://vitest.dev/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [svelte-i18n](https://github.com/kaisermann/svelte-i18n)\n- [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess)\n- [prettier-plugin-css-order](https://github.com/Siilwyn/prettier-plugin-css-order)\n- [sass](https://sass-lang.com/)\n- [vite-plugin-pwa](https://vite-pwa-org.netlify.app/)\n- [autoprefixer](https://github.com/postcss/autoprefixer)\n- [vite-plugin-mkcert](https://www.npmjs.com/package/vite-plugin-mkcert)\n\n## Recommended IDE Setup\n\n[VS Code](https://code.visualstudio.com/) - recommendations are included.\n\n## Getting started\n\n```bash\npnpm dlx tiged \"SavageCore/vite-svelte-starter\" my-app\ncd my-app\npnpm install\npnpm dev # local access\npnpm dev:remote # lan access\n```\n\nNote: On first run, you may be prompted for sudo access to install `vite-plugin-mkcert` certificates.\n\n## Coverage\n\n[Codecov](https://codecov.io/) is used to track coverage. To enable coverage tracking, you need to add your `CODECOV_TOKEN` as a repository secret. Selecting `setup repo` on your [Codecov dashboard](https://app.codecov.io/) should guide you through it. See the [docs](https://docs.codecov.com/docs#step-2-get-the-repository-upload-token) for more.\n\n## Publishing\n\nThis template is configured to publish to GitHub Pages. To publish your app push a new tag (starting with v) to the repo. This will trigger a GitHub Action that will build and publish your app to GitHub Pages.\n\n1. On the Settings page of your repo, under Pages, select the gh-pages branch as the source for your GitHub Pages site.\n\n2. Set the correct `base` in `vite.config.ts`.\n\n   If you are deploying to `https://\u003cUSERNAME\u003e.github.io/`, you can omit base as it defaults to '/'.\n\n   If you are deploying to `https://\u003cUSERNAME\u003e.github.io/\u003cREPO\u003e/`, for example your repository is at `https://github.com/\u003cUSERNAME\u003e/\u003cREPO\u003e`, then set base to `'/\u003cREPO\u003e/'`.\n\nSee [Vite Docs](https://vitejs.dev/guide/static-deploy.html#github-pages) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavagecore%2Fvite-svelte-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavagecore%2Fvite-svelte-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavagecore%2Fvite-svelte-starter/lists"}