Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Run — Social Media Creator Predictions

Deploy to Vercel

Option A — Vercel CLI (fastest)

npm install -g vercel
cd the-run-app
npm install
vercel

Option B — GitHub + Vercel Dashboard

  1. Push this folder to a GitHub repo
  2. Go to vercel.com → New Project → Import your repo
  3. Framework: Create React App
  4. Build command: npm run build
  5. Output directory: build
  6. Click Deploy

Local Development

npm install
npm start
# Opens at http://localhost:3000

Build for production

npm run build
# Output in /build folder

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages