Personal porfolio site built using vite
Live site is here arnique.github.io
Launch a local dev server to view changes
yarn install
yarn dev
Build sript will copy compiled files to dist folder.
yarn build
make sure deploy.sh
is executable
chmod u+x deploy.sh
Now just run the script to build and push files to github
./deploy.sh