Skip to content
Discussion options

You must be logged in to vote

You can deploy to Vercel without pushing to GitHub like this:

  1. Install Vercel CLI (if not already):
    npm install -g vercel

  2. Go to your project folder (ignore if already):
    cd your-react-project

3.Run the deploy command:
vercel

  1. Follow the prompts:
  • Confirm project path

  • Select "No" for linking to an existing project

  • Name your project (e.g., placement-prediction)

  • Choose directory as ./ (default)

  • It auto-detects Vite settings (build = vite build, output = dist)

  • Choose "No" when asked to modify settings

5.Done! Your app will be deployed with a Vercel URL — no GitHub needed.

Alternatively, run vercel --prod after updating the codebase.

Replies: 3 comments 1 reply

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Answer selected by Deepak432-ai
Comment options

You must be logged in to vote
1 reply
@yohaandsouza
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
5 participants