Is a webapp used as my personal portfolio and resume.
Developed using Svelte Kit
Pull requests are welcome, and I'll get to them when I can
Fork the repo, create a feature branch and open a pull-request to suggest a change.
Fork
git clone fork
git checkout -b [feature/fix]-short-summary
git commit -a -m "Description of fix/feature"
git push origin HEAD
Open pull-request on github
npm install
npm run dev -- --open
``` npm build npm run preview -- or -- npm run start