Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 539 Bytes

Personal Site

This is the front end of my personal website, written using Vue.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deployment to GitHub Pages

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.