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 indobase SDK.
Shell
npm install indobase
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.