A static landing page linking to the four city cohort application forms (Dhangadi, Butwal, Pokhara, Surkhet).
Just open index.html in any browser. No build step.
git init
git add .
git commit -m "Initial commit — ScaleUp Nepal landing"
git branch -M main
git remote add origin https://github.com/<your-username>/<your-repo>.git
git push -u origin main- Go to vercel.com/new
- Import your GitHub repo
- Framework Preset:
Other(static site — no build needed) - Build Command: leave empty
- Output Directory: leave empty (or
.) - Click Deploy
Every push to main will auto-redeploy.
index.html— the pageassets/scaleup-logo.png— logo (transparent, white-on-dark)assets/scaleup-theme.png— reference theme image (not used at runtime; safe to delete)vercel.json— Vercel config (clean URLs)