Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion examples/tutorials/svelte.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified: 2025-09-29
last_modified: 2026-05-17
title: "Build a SvelteKit App"
description: "A tutorial on building SvelteKit applications with Deno. Learn how to set up a SvelteKit project, implement file-based routing, manage state with load functions, and create a full-stack TypeScript application."
url: /examples/svelte_tutorial/
Expand Down Expand Up @@ -294,6 +294,11 @@ This will:
The built app will be ready for deployment on platforms that support Deno, such
as Deno Deploy.

If you do not plan to deploy to Deno Deploy or another Deno-compatible platform,
visit the
[SvelteKit adapter documentation](https://svelte.dev/docs/kit/adapters) to
configure the right adapter for your hosting provider.

You can deploy this app to your favorite cloud provider. We recommend using
[Deno Deploy](https://deno.com/deploy) for a simple and easy deployment
experience. You can deploy your app directly from GitHub, simply create a GitHub
Expand Down
Loading