Skip to content

TimoReusch/timo-reusch.de

Repository files navigation

timo-reusch.de

My personal website, initially created as a vanilla html/css page, later migrated to SvelteKit.

Development

Install the dependencies using npm install (or pnpm install or yarn), then start a development server:

npm run dev

Building

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.