# How To Move This Project To Codex

## Option A: Use Codex with a GitHub repository

1. Unzip this pack on your Mac.
2. Create a new GitHub repository, for example:
   `little-green-cart-website`
3. Copy all files from this folder into the repository.
4. Commit and push the repository.
5. Open Codex.
6. Connect/select the GitHub repository.
7. Start Codex with the content of `CODEX_MASTER_TASK.md`.
8. Tell Codex:
   "Follow AGENTS.md. Begin with Phase 1 static local review build. Do not start CMS integration."

## Option B: Upload ZIP directly if your Codex workflow supports it

1. Upload this ZIP.
2. Ask Codex to inspect:
   - `README_START_HERE.md`
   - `AGENTS.md`
   - `CODEX_MASTER_TASK.md`
3. Ask Codex to run:
   `python3 -m http.server 8080 --directory website`
4. Ask Codex to improve the static review build first.

## First prompt to Codex

Use this:

```text
Please inspect this repository and follow AGENTS.md and CODEX_MASTER_TASK.md.

Your first milestone is to create a faithful local review website for The Little Green Cart using the approved brand direction and available assets.

Do not begin CMS integration yet.

Start by checking the current static site runs locally, then improve the homepage to match the approved design direction:
- Small Plants. Big Impact.
- Willow the Golden Gardener
- cream / green / purple botanical style
- address: 1 Scotter Road, Laughton, DN21 3PT
- Facebook: The Little Green Cart Plants
- supporting dementia research.
```

## What to ask Codex for first

Ask for:
1. a working local preview
2. a screenshot or description of implemented sections
3. a list of missing assets
4. a list of recommended next tasks
5. no CMS work until review build approval
