···11-# v3 of my personal website.
11+# kasper.space
2233-I believe it was made in 2017.
33+v3 of my personal website. I believe it was made in 2017.
44+55+## Commands
66+77+- `npm run dev`: Start in dev mode
88+- `npm run build`: Build
99+- `npm run preview`: Preview production app
1010+- `npm run lint`: Lint
1111+- `npm run format`: Format
···11+// See https://kit.svelte.dev/docs/types#app
22+// for information about these interfaces
33+// and what to do when importing types
44+declare namespace App {
55+ // interface Error {}
66+ // interface Locals {}
77+ // interface PageData {}
88+ // interface Platform {}
99+}