# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe project is configured for automatic deployment to GitHub Pages using GitHub Actions.
- Push to the
mainbranch - GitHub Actions will automatically build and deploy to GitHub Pages
- Access at:
https://<username>.github.io/portfolio
Manual deployment:
npm run deployEdit the following files to personalize:
/src/lib/sections/Hero.svelte- Update name and title/src/lib/sections/About.svelte- Update bio and skills/src/lib/sections/Work.svelte- Update work experience/src/lib/sections/Projects.svelte- Update projects/src/lib/sections/Contact.svelte- Update contact info
- Svelte - Frontend framework
- Vite - Build tool
- TypeScript - Type safety
- Motion One - Animations
- GitHub Pages - Hosting
Whatever