|
1 | 1 | [](https://svelte.dev/chat)
|
2 | 2 |
|
3 |
| -# READ THIS FIRST! |
| 3 | +# SvelteKit |
4 | 4 |
|
5 |
| -SvelteKit is in its release candidate phase: |
6 |
| -- :exclamation: expect bugs! |
7 |
| -- :heavy_check_mark: no more planned breaking changes |
8 |
| -- :heavy_check_mark: countdown to a stable release |
9 |
| -- :x: feature-complete |
10 |
| -- :x: tutorials |
11 |
| - |
12 |
| -Watch [the announcement](https://www.youtube.com/watch?v=A8jkJTWacow&t=29628s) and track [progress towards 1.0](https://github.com/sveltejs/kit/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0) for more details. |
13 |
| - |
14 |
| -## Overview |
15 |
| - |
16 |
| -The Fastest Way to Build Svelte Apps |
17 |
| - |
18 |
| -- 💨 Blazing-Fast Production Sites |
19 |
| -- 🛠️ SSR, SPA, SSG, and In-Between |
20 |
| -- ⚡️ Instantly Visible Code Changes |
21 |
| -- 🔩 Existing Universe of Plugins |
22 |
| -- 🔑 Fully Typed APIs |
23 |
| - |
24 |
| -## Documentation |
25 |
| - |
26 |
| -Please see [the documentation](https://kit.svelte.dev/docs) for information about getting started and developing with SvelteKit. |
| 5 | +Web development, streamlined. Read the [documentation](https://kit.svelte.dev/docs) to get started. |
27 | 6 |
|
28 | 7 | ### Packages
|
29 | 8 |
|
30 | 9 | | Package | Changelog |
|
31 | 10 | | --------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
32 | 11 | | [@sveltejs/kit](packages/kit) | [Changelog](packages/kit/CHANGELOG.md) |
|
33 |
| -| [create-svelte](packages/create-svelte) | [Changelog](packages/create-svelte/CHANGELOG.md) | |
34 |
| -| [@sveltejs/adapter-node](packages/adapter-node) | [Changelog](packages/adapter-node/CHANGELOG.md) | |
35 |
| -| [@sveltejs/adapter-static](packages/adapter-static) | [Changelog](packages/adapter-static/CHANGELOG.md) | |
36 |
| -| [@sveltejs/adapter-cloudflare-workers](packages/adapter-cloudflare-workers) | [Changelog](packages/adapter-cloudflare-workers/CHANGELOG.md) | |
| 12 | +| [@sveltejs/adapter-auto](packages/adapter-auto) | [Changelog](packages/adapter-auto/CHANGELOG.md) | |
37 | 13 | | [@sveltejs/adapter-cloudflare](packages/adapter-cloudflare) | [Changelog](packages/adapter-cloudflare/CHANGELOG.md) |
|
| 14 | +| [@sveltejs/adapter-cloudflare-workers](packages/adapter-cloudflare-workers) | [Changelog](packages/adapter-cloudflare-workers/CHANGELOG.md) | |
38 | 15 | | [@sveltejs/adapter-netlify](packages/adapter-netlify) | [Changelog](packages/adapter-netlify/CHANGELOG.md) |
|
| 16 | +| [@sveltejs/adapter-node](packages/adapter-node) | [Changelog](packages/adapter-node/CHANGELOG.md) | |
| 17 | +| [@sveltejs/adapter-static](packages/adapter-static) | [Changelog](packages/adapter-static/CHANGELOG.md) | |
39 | 18 | | [@sveltejs/adapter-vercel](packages/adapter-vercel) | [Changelog](packages/adapter-vercel/CHANGELOG.md) |
|
| 19 | +| [@sveltejs/amp](packages/amp) | [Changelog](packages/amp/CHANGELOG.md) | |
| 20 | +| [@sveltejs/package](packages/package) | [Changelog](packages/package/CHANGELOG.md) | |
| 21 | +| [create-svelte](packages/create-svelte) | [Changelog](packages/create-svelte/CHANGELOG.md) | |
| 22 | +| [svelte-migrate](packages/migrate) | [Changelog](packages/migrate/CHANGELOG.md) | |
40 | 23 |
|
41 |
| -The SvelteKit community also makes additional [SvelteKit adapters available for use](https://sveltesociety.dev/components#adapters). |
42 |
| - |
43 |
| -### Migrating from Sapper |
44 |
| - |
45 |
| -Check out the [Migration Guide](https://kit.svelte.dev/docs/migrating) if you are upgrading from Sapper. |
46 |
| - |
47 |
| -## Bug reporting |
48 |
| - |
49 |
| -Please make sure the issue you're reporting involves SvelteKit. Many issues related to how a project builds originate from [Vite](https://vitejs.dev/), which is used to build a SvelteKit project. It's important to note that new Vite projects don't use SSR by default, and so if you create a new Vite project from scratch, many issues won't reproduce. You should thus start with a project that utilizes SSR, such as `npm create vite-extra@latest -- --template ssr-svelte`. |
50 |
| - |
51 |
| -If an issue originates from Vite, please report it in the [Vite issue tracker](https://github.com/vitejs/vite/issues). |
| 24 | +[Additional adapters](<(https://sveltesociety.dev/components#adapters)>) are maintained by the community. |
52 | 25 |
|
53 |
| -## Changing SvelteKit locally |
| 26 | +## Contributing |
54 | 27 |
|
55 |
| -See the [Contributing Guide](./CONTRIBUTING.md). |
| 28 | +See [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to develop SvelteKit locally. |
56 | 29 |
|
57 | 30 | ## Supporting Svelte
|
58 | 31 |
|
|
0 commit comments