This is the front end of my personal website, written using Vue.js
npm install
npm run serve
npm run build
npm run lint
npm run gh-pages-deploy
This is automatically run using Github Actions on pushes to the main
branch.
It builds the project and pushes the dist
folder to the gh-pages
branch for
publication.