Initial commit from Astro

This commit is contained in:
houston[bot]
2024-09-27 17:16:25 +02:00
committed by h4ckx0r
commit 4668e03fb4
13 changed files with 5886 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Astro + Svelte Example
```sh
npm create astro@latest -- --template framework-svelte
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-svelte)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-svelte/devcontainer.json)
This example showcases Astro working with [Svelte](https://svelte.dev/).