diff --git a/README.md b/README.md index 8dcc2dd..4f5f7cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is a scaffold for the Scribble lab. -## Overview +## Overview test This lab starts from a runnable but intentionally incomplete Scribble-style guessing game with a minimal REST backend and an in-memory room system. The work is a brownfield enhancement: inspect the starter, produce Spec Kit artifacts, implement the missing behavior incrementally, validate against acceptance criteria, and reflect on the AI-assisted workflow. @@ -273,3 +273,4 @@ npm run build - If the frontend cannot reach the backend, verify the backend is running on port `3001`. - If the backend port is already in use, run `PORT= npm run dev`. - If local commands are missing, rerun `npm install` in the relevant app directory. +- just testing