Skip to content

alienfacepalm/buck_polanski

Repository files navigation

Buck's Portfolio

This entire site was built using CLI commands and AI, specifically Cursor IDE with Claude 3.5 Sonnet. Not a single line of code was edited by hand. All images were generated using Microsoft Copilot Image Creator and edited with Microsoft Designer.

This is a Next.js project bootstrapped with create-next-app.

Setup

1. Install pnpm

First, install pnpm if you haven't already:

curl -fsSL https://get.pnpm.io/install.sh | sh -

For other installation methods, visit pnpm.io/installation

2. Install Dependencies

Once pnpm is installed, install project dependencies:

pnpm install

Getting Started

Run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deployment

Deploy on Vercel

  1. Install the Vercel CLI:
pnpm add -g vercel
  1. Deploy using the Vercel CLI:
vercel

This will guide you through:

  • Logging into your Vercel account
  • Linking to an existing project or creating a new one
  • Setting up environment variables (if needed)
  • Deploying your application

For subsequent deployments, you can use:

vercel --prod

For more information, check out:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published