Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 483 Bytes

My Personal Website

Just a small blog/portfolio app written in Typescript using SvelteKit.

The good stuff:

  • Blog search enabled with Algolia
  • Markdown blogposts in Svelte preproccessed using mdsvex
  • Giscus comment section

Running it locally

cp .env.example .env
npm install
npm run dev

Production build

npm run build
npm run preview