Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.35 KB

File metadata and controls

48 lines (33 loc) · 1.35 KB

🚀 DEPLOYING PHOTO TIME

You want to share this masterpiece with the world? Good. Since Photo TIME is a pure Static Application (HTML + CSS + JS), you don't need a backend server. You just need a CDN.

Here are the fastest ways to get this live.


⚡ OPTION 1: VERCEL (Recommended)

Fastest, best performance, free.

  1. Go to Vercel.com and sign up/login.
  2. Click "Add New..." -> "Project".
  3. Import from GitHub.
  4. Find photo-time in your list and click Import.
  5. Build Settings: Leave everything DEFAULT. (There is no build command).
  6. Click DEPLOY.

Boom. You're live globally in 30 seconds.


🌩️ OPTION 2: GITHUB PAGES

Built right into where your code lives.

  1. Go to your Repository Settings on GitHub.
  2. Click "Pages" on the left sidebar.
  3. Under "Build and deployment":
    • Source: Deploy from a branch
    • Branch: main / root
  4. Click Save.

Wait 2 minutes. Refresh. Your URL will be https://your-username.github.io/photo-time.


🏠 OPTION 3: NETLIFY

Drag and drop simplicity.

  1. Go to Netlify.com.
  2. Log in and click "Add new site" -> "Import an existing project".
  3. Connect GitHub and pick photo-time.
  4. Click Deploy.

That's it. No Docker. No Servers. Just Vibes.