Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 439 Bytes

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