Skip to main content

Deploy

Build

vite build

Push to Git

git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/weili0505/myapp.git
git push -u origin main