This is the source code for my personal website, danielsalvado.com.
- Framework: Svelte 5 (SvelteKit)
- Styling: Tailwind CSS 4
- Runtime & Tooling: Vite, TypeScript
- Deployment: Cloudflare Pages
- Code Quality: ESLint, Prettier
src/routes/: The pages and routing logic of the website.src/lib/: Reusable components, constants, and utility functions.static/: Static assets such as images and fonts.wrangler.toml: Cloudflare Pages configuration.
This project uses pnpm as the package manager.
- Node.js >= 22.16.0
- pnpm >= 10.11.0