m2
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-23 00:06:01 -05:00
parent 23ac496963
commit 1a9209431b
14 changed files with 258 additions and 83 deletions

View File

@@ -31,6 +31,7 @@ npm run docker-up
This starts the single production-style container on `http://localhost:8080`.
Static assets and API routes are served by the same Express process.
You can also run `docker build .` directly from the repo root.
## Scripts
@@ -46,7 +47,7 @@ npm run docker-build
- `client/` React frontend and game runtime
- `server/` Express API, static asset host, and future persistence layer
- `docker/` container definitions
- `Dockerfile` and `compose.yml` define the container runtime
- `docs/` architecture and contributor docs
- `tests/` reserved for shared test assets and future end-to-end coverage
@@ -58,4 +59,4 @@ npm run docker-build
- `npm run lint`
- `npm run test`
- `npm run build`
- `docker compose -f docker/docker-compose.yml build`
- `docker compose build`