Add arrangement demo site from original project

Copies the multi-page demo app (Providers → Packages → Comparison flow)
with Zustand basket state, URL sync, and per-slice Vite build config.
All pages render correctly on React 19 + MUI v7 with zero code changes needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 14:32:16 +10:00
parent 16dcc4de2e
commit 6ac706f8e7
15 changed files with 1941 additions and 1 deletions

View File

@@ -40,7 +40,9 @@
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"format:check": "prettier --check 'src/**/*.{ts,tsx}'",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
"test:watch": "vitest",
"demo:dev": "vite -c vite.demo.config.ts --mode arrangement",
"demo:build": "vite build -c vite.demo.config.ts --mode arrangement"
},
"dependencies": {
"@emotion/react": "^11.13.0",