Built to showcase projects, skills, and professional experience in a fast, modern, and responsive interface. The site is built with SvelteKit and Tailwind CSS, with a focus on smooth navigation and clean presentation across desktop and mobile.
- Node.js 18+ (or Bun)
- Clone the repository.
- Install dependencies:
bun installIf you use npm instead:
npm installStart the development server:
bun run devOr with npm:
npm run devThen open the local URL shown in the terminal.
bun run buildOr with npm:
npm run buildbun run previewOr with npm:
npm run preview