Deploy to Vercel

Follow these steps to deploy the blog project from GitHub to Vercel

Option 1: One-click Deploy

The easiest way is to deploy directly from the GitHub repository:

Option 2: Manual Import

  1. Go to vercel.com/new
  2. Click on "Import Git Repository"
  3. Select GitHub and authorize Vercel if needed
  4. Search for "austineinstein/blog" and select it
  5. Keep the default settings or customize as needed
  6. Click "Deploy"

Option 3: Using Vercel CLI

If you prefer using the command line:

  1. Clone the repository: git clone https://github.com/austineinstein/blog.git
  2. Navigate to the project: cd blog
  3. Install Vercel CLI: npm i -g vercel
  4. Run: vercel and follow the prompts

After Deployment

Once deployed, Vercel will provide you with a URL to access your blog. You can then: