Source code for my website, written in Vue 3.
Use GitHub Pages for free hosting.
pnpm i
pnpm dev
This script builds the project into the docs
folder, to take advantage of GitHub's web hosting service.
pnpm build
This project is configured to use GitHub Pages, so once you push it, the website will be automatically deployed using GitHub Actions.
git add -A
git commit -m "Updated my beautiful site" && git push