chore: svelte csr changes

This commit is contained in:
loks0n
2024-02-09 10:58:41 +00:00
parent b7cfde7707
commit efd44deeb6
18 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,20 @@
---
layout: tutorial
title: Client-side authentication with SvelteKit
description: Add authentication to a SvelteKit project using Appwrite.
step: 1
difficulty: beginner
readtime: 20
framework: SvelteKit
category: Auth
---
Appwrite takes away your stress of building and maintaining a backend. Appwrite helps you implement authentication, databases, file storage, and respond to real-time events with **secure** APIs out of the box.
If you're a Svelte developer, examples in this guide shows you how Appwrite can help you add authentication to Svelte apps faster.
# Before you start {% #before-you-start %}
Even if you've never tried Appwrite, you will get an idea of what it'll feel like to build with Svelte and Appwrite.
If you're inspired and wish to follow along, make sure you've followed [Start with Svelte](https://appwrite.io/docs/quick-starts/sveltekit) first.
You can also choose to clone our [Getting started](https://github.com/appwrite/getting-started-projects/tree/main/svelte) examples and follow along by looking at our example code.