Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 667 Bytes

Personal Website (the responsive version)

This is my personal website, made with Svelte.

Dev notes

  • All input text is in app.svelte (named slots?)
  • Mouse message
  • CV download / view

Dev and Deployment

For dev:

  • npm install
  • npm 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 build
  • npm 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!