Skip to content

ndrewwm/svelteblog

Repository files navigation

README

This is the GitHub repository for my personal site. It's built using SvelteKit and is hosted using Vercel. For some features of the site, Turso is used for database storage. I use Drizzle as an ORM to interact with a LibSQL client.

Developing

npm run dev

Building

npm run build
npm run preview