Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 936 Bytes

File metadata and controls

49 lines (39 loc) · 936 Bytes

🚀 Quick Deployment Reference

Step 1: Create GitHub Repository

https://github.com/new
Repository name: cp-buying-system

Step 2: Push to GitHub

git remote add origin https://github.com/YOUR_USERNAME/cp-buying-system.git
git push -u origin main

Step 3: Enable GitHub Pages

Settings → Pages → Source: GitHub Actions

Step 4: Your Live Site

https://YOUR_USERNAME.github.io/cp-buying-system/

Update Your Site Later

git add .
git commit -m "Update message"
git push origin main

GitHub Actions will automatically rebuild and deploy!


Local Development

npm run dev      # http://localhost:5173
npm run build    # Build for production
npm run preview  # Preview production build

Help & Documentation

  • SETUP_COMPLETE.md - Full setup overview
  • DEPLOYMENT.md - Detailed deployment guide
  • README.md - Project documentation