This project uses SvelteKit powered by Svelte and Vite.
Make sure to install the dependencies :
pnpm install
Start the development server on http://localhost:3000 :
pnpm dev
Build the application for production :
pnpm build
Check SvelteKit documentation for a deployment method, like Cloudflare Pages deployment.