Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 503 Bytes

Personal Website

This is the second iteration of my personal website, built with Vue.js + Vite and designed with Tailwind CSS.

Development

$ npm run dev

Building for production

$ npm run build

Deployment

This project is set up to deploy to GitHub Pages, so use the included deploy script deploy.sh to build the project and push the output to the GitHub Pages repo:

$ sh deploy.sh

You can view the current build here.