I have built a landing page with Sveltekit, and I want to test the website on my Android phone while developing the mobile view, is there any way to do this?
Before using Svelte (when I used plain HTML, CSS and js) I would just run the live server from vs code and search for the computer ip followed by the port number, but that does not seem to work for Sveltekit projects.