RICH HOODIES — How to put this site online with Vercel ======================================================= This folder is ready to deploy. The important part: the page is named "index.html" so Vercel automatically shows it as your homepage. ------------------------------------------------------ OPTION A — Drag & drop (Vercel CLI, the most reliable way) ------------------------------------------------------ 1. Make a free account at https://vercel.com 2. Install Node.js if you don't have it: https://nodejs.org (get the "LTS" version) 3. Open Terminal (Mac) or Command Prompt (Windows). 4. Type: npm install -g vercel 5. Drag THIS FOLDER into the terminal window (it pastes the folder path), OR navigate to it with: cd path/to/rich-hoodies-site 6. Type: vercel 7. Press Enter through the questions (the defaults are fine). 8. Vercel prints a live link like https://rich-hoodies-xxxx.vercel.app That's your site — open it! ------------------------------------------------------ OPTION B — No terminal at all (GitHub import) ------------------------------------------------------ 1. Make a free GitHub account: https://github.com 2. Create a new repository and upload index.html into it. 3. Go to https://vercel.com -> "Add New" -> "Project" -> import that repo. 4. Leave all settings as default and click "Deploy". ------------------------------------------------------ Custom domain (later) ------------------------------------------------------ In your Vercel project: Settings -> Domains -> add something like richhoodies.com (you buy the domain separately, ~$10-15/year). ------------------------------------------------------ Reminder ------------------------------------------------------ The checkout is a DEMO and does not charge real money. To take real payments you'll need Shopify or Stripe, which requires an adult (18+) with a bank account to set up the payout side. Built by Avi Kulkarni. Go get it. (crown)