# Deploy via Vercel CLI

Deploy to Vercel using the command-line interface for local testing and CI/CD workflows.

## Quick Start

```bash
# Install CLI
npm install -g vercel

# Deploy to production
vercel --prod
```

## References

- [CLI Documentation](https://vercel.com/docs/cli)
