feat: initial romm web ui architecture, bento grids, and spatial gamepad bindings

This commit is contained in:
roormonger
2026-03-23 15:31:41 -04:00
commit 9e8f148a10
40 changed files with 9935 additions and 0 deletions

12
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
romm-ui-dev:
image: node:20-alpine
working_dir: /app
ports:
- "5173:5173"
volumes:
- .:/app
environment:
- VITE_ROMM_BASE_URL=https://retro.chieflix.com
command: >
sh -c 'npm install --legacy-peer-deps && npm run dev -- --host'