This is my personal website, made with Svelte.
- All input text is in app.svelte (named slots?)
- Mouse message
- CV download / view
For dev:
npm installnpm run dev
To deploy on github pages, make a gh-pages branch, go to Settings > Pages > Build and Deployment and set branch to gh-pages /(root).
Then run the following commands in the terminal:
npm run buildnpm run deploy
If re-deploying, don't forget to git merge origin/main to bring changes from the main branch to gh-pages.
Then watch Actions do some magic!