Create app
Create SvelteKit project
Create a SvelteKit app with the npm create command and select Skeleton project
Shell
npm create svelte@latest ideas-tracker
cd ideas-tracker
npm install
Add dependencies
Install the JavaScript Appwrite SDK.
Shell
npm install appwrite@14.0.1
You can start the development server to watch your app update in the browser as you make changes.
Shell
npm run dev
Your app should be available at http://localhost:5173.