The code that runs my personal website: cjdyas.design
Svelte 5 and SvelteKit on Cloudflare Workers. Content is markdown with validated frontmatter in content/, styling is plain CSS with a token-based design system in src/styles/.
npm install
cp .env.example .env.local
npm run devnpm run check runs formatting, lint, types, and unit tests. npm run test:e2e runs the Playwright suite.
All rights reserved.