Personal portfolio website built with Svelte, Framework7, and Vite.
This is my personal portfolio site.
If you want, feel free to fork it and adapt it into your own portfolio.
Install dependencies:
npm installRun development server:
npm run devBuild for production:
npm run buildDeploy is handled by GitHub Actions to GitHub Pages.
Workflow: .github/workflows/build-to-deploy.yml
Triggers:
- push tag matching
v* - manual workflow dispatch