Deploy to Vercel
Deployment Process
1. First develop your own project locally and commit the code to a Github private repository.
2. Create a new project in the Vercel console, import the code repository, and deploy with one click

3. After the build is complete, you can see your project in the Vercel console

4. Open the domain to access your project
You can also add a custom domain in the Vercel consoleYou can also add a custom domain in the Vercel console

Modify Environment Variables
First edit the content of .env.production locally, fill in the production environment configuration, and then copy and paste it into Vercel's environment variables.
The next time you push code, it will automatically redeploy and apply the new environment variables

Reference
Last updated on January 5, 2025