Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 983 Bytes

File metadata and controls

40 lines (27 loc) · 983 Bytes

GitHub Setup Instructions for Project Steve

Step 1: Create Repository on GitHub

  1. Go to https://github.com/new
  2. Fill in the details:
    • Repository name: project-steve
    • Description: Enterprise-grade AI workflow automation platform
    • Public: Yes (visible to everyone)
    • Initialize: No (we already have a local repo)
  3. Click "Create repository"

Step 2: Add Remote & Push

After creating the repo on GitHub, run these commands:

cd c:\Users\karthick\Desktop\project\n8n-agentic-builder

git remote add origin https://github.com/gorghs/project-steve.git
git branch -M main
git push -u origin main

Step 3: Verify

Visit: https://github.com/gorghs/project-steve

Your code is now on GitHub! ✅

Next: Deploy to Vercel

  1. Go to vercel.com
  2. Sign in with your GitHub (gorghs)
  3. Click "Import Project"
  4. Select project-steve repository
  5. Deploy! 🚀

Your platform will be live at: project-steve-phi.vercel.app