My personal website, initially created as a vanilla html/css page, later migrated to SvelteKit.
Install the dependencies using npm install (or pnpm install or yarn), then start a development server:
npm run devTo create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
The currently specified adapter is static.