{"id":15162105,"url":"https://github.com/stylescape/example-svelte","last_synced_at":"2025-06-17T16:35:55.798Z","repository":{"id":253645133,"uuid":"844048566","full_name":"stylescape/example-svelte","owner":"stylescape","description":"Stylescape Example | Svelte","archived":false,"fork":false,"pushed_at":"2025-06-15T06:47:09.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-06-15T07:27:31.886Z","etag":null,"topics":["stylescape","svelte"],"latest_commit_sha":null,"homepage":"https://scape.style","language":"SCSS","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/stylescape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"scape-foundation","open_collective":"scape"}},"created_at":"2024-08-18T08:10:07.000Z","updated_at":"2025-06-15T06:47:05.000Z","dependencies_parsed_at":"2025-01-13T10:20:54.778Z","dependency_job_id":"b7e4b586-6db3-4b0a-908d-1c2a6c132bd6","html_url":"https://github.com/stylescape/example-svelte","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.078125,"last_synced_commit":"7efc462ab874c086440eee0a34efe8dc4d432a8a"},"previous_names":["stylescape/example-svelte"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stylescape/example-svelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylescape%2Fexample-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylescape%2Fexample-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylescape%2Fexample-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylescape%2Fexample-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylescape","download_url":"https://codeload.github.com/stylescape/example-svelte/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylescape%2Fexample-svelte/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260399720,"owners_count":23003228,"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":["stylescape","svelte"],"created_at":"2024-09-27T01:05:50.286Z","updated_at":"2025-06-17T16:35:50.787Z","avatar_url":"https://github.com/stylescape.png","language":"SCSS","readme":"\u003cdiv align=\"right\"\u003e\n\n[![GitHub License](https://img.shields.io/github/license/stylescape/example-svelte?style=flat-square\u0026logo=readthedocs\u0026logoColor=FFFFFF\u0026label=\u0026labelColor=%23041B26\u0026color=%23041B26\u0026link=LICENSE)](https://github.com/stylescape/example-svelte/blob/main/LICENSE)\n[![devContainer](https://img.shields.io/badge/devContainer-23041B26?style=flat-square\u0026logo=Docker\u0026logoColor=%23FFFFFF\u0026labelColor=%23041B26\u0026color=%23041B26)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/example-svelte)\n[![StackBlitz](https://img.shields.io/badge/StackBlitz-23041B26?style=flat-square\u0026logo=StackBlitz\u0026logoColor=%23FFFFFF\u0026labelColor=%23041B26\u0026color=%23041B26)](https://stackblitz.com/github/stylescape/example-svelte/tree/main?file=src%2Findex.html)\n\n\u003c/div\u003e\n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png\" width=\"20%\" height=\"20%\" alt=\"Stylescape Logo\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\" style='border-bottom: none;'\u003eStylescape + Svelte\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eExample Project\u003c/h3\u003e\n\n---\n\nEverything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).\n\n---\n\n## Quickstart\n\n\n## Creating a project\n\nIf you're seeing this, you've probably already done this step. Congrats!\n\n```bash\n# create a new project in the current directory\nnpm create svelte@latest\n\n# create a new project in my-app\nnpm create svelte@latest my-app\n```\n\n### Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n### Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n\n---\n\n## Colophon\n\nMade with ❤️ by **[Scape Agency](https://www.scape.agency)**\n\n### Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\n### License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.\n\n---\n","funding_links":["https://github.com/sponsors/scape-foundation","https://opencollective.com/scape"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylescape%2Fexample-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylescape%2Fexample-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylescape%2Fexample-svelte/lists"}