Skip to content

Latest commit

 

History

History
104 lines (80 loc) · 2.14 KB

File metadata and controls

104 lines (80 loc) · 2.14 KB

Quick Start - Deploy in 5 Minutes

Fastest Way to Deploy (Vercel)

Step 1: Get Your Environment Variables

Open your current .env file and copy:

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY

Step 2: Deploy to Vercel

# Install Vercel CLI (one-time)
npm install -g vercel

# Deploy
vercel

Follow the prompts:

  • Set up and deploy? Y
  • Which scope? (choose your account)
  • Link to existing project? N
  • What's your project's name? level-up-supplements
  • In which directory is your code? ./
  • Want to modify settings? N

Step 3: Add Environment Variables

After deployment, run:

vercel env add VITE_SUPABASE_URL
vercel env add VITE_SUPABASE_ANON_KEY

Then redeploy:

vercel --prod

Step 4: Done!

Your site is live! Vercel will give you a URL like: level-up-supplements.vercel.app


Alternative: Deploy via GitHub + Vercel Website

  1. Push to GitHub

    git init
    git add .
    git commit -m "Initial commit"
    git remote add origin YOUR_GITHUB_REPO
    git push -u origin main
  2. Deploy via Vercel Website

    • Go to https://vercel.com
    • Click "New Project"
    • Import your GitHub repository
    • Add environment variables
    • Click "Deploy"
  3. Done! Your site is live.


What's Included

  • Full source code
  • Pre-configured for Vercel and Netlify
  • Database migrations
  • All pages working and tested
  • Responsive design
  • Complete documentation

Your Website Features

  • Homepage with hero section
  • Product catalog pages
  • About, Contact, Science pages
  • Legal pages (Privacy, Terms, Disclaimer, etc.)
  • Newsletter signup
  • Contact form
  • Admin panel
  • Account management
  • Wishlist functionality

Need Help?

  1. Read DEPLOYMENT-CHECKLIST.md for step-by-step guide
  2. Read DEPLOYMENT.md for detailed instructions
  3. Check ENV-TEMPLATE.txt for environment variables

Custom Domain?

After deploying, add your custom domain in Vercel:

  • Go to Project Settings
  • Click "Domains"
  • Add your domain
  • Update DNS records as instructed
  • SSL certificate is automatic

File Size: 1.9MB (63 files)

Ready to deploy your supplement business online!