Currently in development, not finished.

Jakes personal site using Vue 3 + Vite

Template Setup

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Notes For originally hosting site

Video used for hosting this on github pages: https://www.youtube.com/watch?v=dR9Swhw0L50

How to update site

git pull #Before making any changes to the code

When ready to commit changes use: git add . git commit -m "commit change note" git push