# jakenherman.com

Personal website source for `jakenherman.com`.

## Why this repo has `package.json`

This repo includes a minimal `package.json` with only one dependency:

- `vercel` (CLI)

The intent is to pin a known Vercel CLI version locally so deployment/build commands are reproducible across machines.

## How to use the local Vercel CLI

Install dependencies:

```sh
npm install
```

Run the local CLI:

```sh
npx vercel --version
npx vercel
```

## Git hygiene

`node_modules/` is intentionally ignored in `.gitignore` and should never be committed.
