Interactive upgrade guide covering 60+ modifications across 12 categories, organized by power tier from bolt-on to 1500+ HP.
npm install
npm run devOpens at http://localhost:5173
- Create a GitHub account at github.com (if you don't have one)
- Create a Vercel account at vercel.com (sign in with GitHub)
- Install Git: https://git-scm.com/downloads
- Install Node.js (LTS): https://nodejs.org
# In this project folder:
git init
git add .
git commit -m "hellcat tech tree"
# Create a new repo on github.com (click + in top right, "New repository")
# Name it whatever you want, leave it public, don't add README
# Then run the two commands GitHub shows you:
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
git push -u origin main- Go to vercel.com/new
- Import your GitHub repo
- Click "Deploy" (defaults are fine, Vercel auto-detects Vite)
- Done - you get a live URL in ~60 seconds
Every future git push auto-deploys.
Same flow - connect GitHub repo at app.netlify.com, it auto-detects Vite and deploys.