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
.
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
Once pnpm is installed, install project dependencies:
pnpm install
Run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Install the Vercel CLI:
pnpm add -g vercel
- 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: