feat: initial romm web ui architecture, bento grids, and spatial gamepad bindings
This commit is contained in:
12
docker-compose.dev.yml
Normal file
12
docker-compose.dev.yml
Normal 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'
|
||||
Reference in New Issue
Block a user