# FCUK Clone Workflow

**Date:** 2026-04-12

## Summary
Clone GitHub repo `unclehowell/fcuk` into `datro/static/fcuk`, rename old folder to backup, update title, deploy using wrangler.

## Backup First (Important!)
```bash
cd ~/datro/static/
cp -r fcuk fcuk.backup  # or mv fcuk fcuk.backup
```

## Clone New FCUK
```bash
git clone https://github.com/unclehowell/fcuk
cd fcuk && npm install
```

## Update Title
Edit `index.html`: change `Google AI Studio...` to `Car Finance UK`

## Deploy to Cloudflare (wrangler)
```bash
cd ~/datro
npx wrangler pages deploy static/fcuk/ --project-name financecheque
```

## Run Locally
```bash
cd ~/datro/static/fcuk
npm run dev
```

## Cloudflare Project
- **Project name:** financecheque
- **Domain:** www.financecheque.uk
- **NOT auto-deploy** - requires wrangler deploy each time

## Key Points
- Uses Vite + React + Express
- Deploy with wrangler to `financecheque` project (NOT carfinance-uk!)
- Separate from pcp2 which uses carfinance-uk project