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 dev
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.
The currently specified adapter is static.