Professional, clean, and modern developer portfolio for a Full Stack Software Engineer. Built with Svelte 5, TypeScript, Vite, and Tailwind CSS 4.
- Framework: Svelte 5
- Build Tool: Vite
- Language: TypeScript
- Styling: Tailwind CSS 4
- Icons: SVG / Feather
- Fonts: Inter
- Bun (Latest version)
-
Install dependencies:
bun install
-
Start the development server:
bun dev
The site will be available at
http://localhost:5173.
-
Build the project:
bun run build
-
Preview the build:
bun run preview
src/main.ts: Entry point.src/App.svelte: Main application layout.src/lib/: Svelte components and data.data.ts: Centralized content and type definitions.Hero.svelte,Skills.svelte,Experience.svelte,Projects.svelte,Contact.svelte: Section components.