Personal site for Chris Mears – portfolio, blog, and assorted experiments – built with SvelteKit, mdsvex, Tailwind CSS, and Vite.
Live site: https://chrisjmears.com
npm install
npm run dev
# or
npm run dev -- --open
Node: see package.json engines (currently 22.x).
npm run dev – local dev servernpm run build – production build (runs npm run fetch-bsky first)npm run preview – preview production buildnpm run fetch-bsky – pull latest data from Bluesky into static/data/bsky.jsonnpm run check / check:watch – typecheckingnpm run lint / format – linting and formattingsrc/posts.adapter-auto and prerender.origin = "https://chrisjmears.com" in svelte.config.js.