Create SvelteKit project
Create a SvelteKit app with the npm create command and select Skeleton project
Bash
npm create svelte@latest ideas-trackercd ideas-trackernpm installAdd dependencies
Install the JavaScript Appwrite SDK.
Bash
npm install appwriteYou can start the development server to watch your app update in the browser as you make changes.
Bash
npm run devYour app should be available at http://localhost:5173.
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.