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