npm install
npm run dev
# open http://localhost:3000Put your images in /public. Avatar path is /头像.jpg (replace this file).
- Create a new GitHub repo and push this folder.
- Go to https://vercel.com → New Project → Import the repo.
- Framework is auto-detected (Next.js). Click Deploy.
- Done. You will get a public URL (e.g., https://your-project.vercel.app).
(Optional) Add a custom domain in Vercel's Domains tab.