Made with ❤️ and vibecode.
- Svelte
- TypeScript
- Vite
- Vitest
- GitHub Pages (auto deploy via GitHub Actions)
npm install
npm run devOpen: http://localhost:5173
npm run dev— start dev servernpm run test— run testsnpm run build— production build todist/npm run preview— preview production build
Push to main branch. GitHub Actions workflow builds/tests and deploys dist/ to GitHub Pages.
src/profile.ts— profile content (experience, skills, links)src/App.svelte— root UI componentsrc/styles.css— UI stylestests/render.test.ts— rendering tests
- Edit data in
src/profile.ts - Adjust markup in
src/App.svelte - Tweak styles in
src/styles.css
CC BY-NC-ND 4.0