# PixDala — baseline 0.1.2

This release is the controlled engineering baseline derived from
`PixDala_local_test_v9(1).html`.

## Goal

Preserve the current visual/functional baseline while making the repository
easier to test, version and extend.

## Local run

```bash
npm run check
npm run serve
```

Open:

`http://127.0.0.1:8080`

Because the Mini App uses ES modules, use an HTTP server rather than opening
`index.html` directly with `file://`.

## Baseline

The untouched original is stored under:

`baseline/PixDala_local_test_v9(1).html`

## Development rule

Every change is tested before becoming the new baseline.
