# Scripts reference

Use these scripts during local development, builds, and testing.

| Script                | Description                                         |
| --------------------- | --------------------------------------------------- |
| `npm run dev`         | Start Vite + Shopify theme dev + section watcher    |
| `npm run build`       | Build sections and Vite assets for production       |
| `npm run theme-check` | Run Shopify theme check (output to `check.md`)      |
| `npm run json-check`  | Run JSON-focused theme check (output to `check.md`) |
| `npm run test`        | Run end-to-end browser tests                        |
| `npm run test:headed` | Run e2e tests with visible browser window           |
