# Preview the Site

> Clone the repository and open a local home page in three commands.

---

LLMS index: [llms.txt](/oink-starter/llms.txt)

---

OINK Starter is a Hugo Module site. Git downloads the source, Go resolves the pinned theme, and Hugo builds everything.

## Prerequisites {#prerequisites}

Install Git, Go 1.27 or newer, and Hugo Extended 0.165.0 or newer. The word `extended` must appear in `hugo version`.

## Three commands {#three-commands}

```bash
git clone https://github.com/pgsty/oink-starter.git
cd oink-starter
hugo server
```

Open <http://localhost:1313/>. Chinese is under `/zh/`; French is under `/fr/`.

## First proof {#first-proof}

Change one sentence in `data/home/en.yaml` and confirm that the browser reloads. You now have a working editing loop.
