This is my site built with Sveltekit and Typescript. The branches track the progress, so if your interesed in learning how I built this, you can go ahead an check out branches 1 -> n in order.
Clone this repo then:
# cd into the directory
cd jasonmasondev
# install dependencies
npm install
# Run dev server
npm run dev