Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 621 Bytes

joco-sveltekit

My affectionate nickname for the SvelteKit build of joshcollinsworth.com. It makes use of SvelteKit's adapter-static to output the site as static HTML files.

This repo is here so you can poke around if you want to, suggest improvements, or use this as a loose blueprint for your own SvelteKit blog project. (Please don't completely copy my design, though. This is here to learn and draw from, not to reuse as-is.)


Running locally

Assuming you already have Node and NPM installed, clone the repo, then in the directory, run:

npm install
npm run dev