A single-page portfolio built with Bun, Vite, and React.
This project is a personal portfolio focused on selected work, technical growth, and a cleaner presentation of experience.
It is designed as a fast, static site with:
- Bun for package management and scripts
- Vite for development and production builds
- React for the UI
- GitHub Pages for hosting
bun installbun run devbun run buildbun run previewThis repo is configured for GitHub Pages with the /Portfolio/ base path.
To publish the current production build:
bun run deploysrc/
components/
data/
sections/
styles/
App.jsx
main.jsx
- Main content lives in
src/data/content.js - App entry is
src/main.jsx - Vite config is
vite.config.mjs