Almost ready

This commit is contained in:
Eric Gullickson
2025-11-08 15:34:29 -06:00
parent bb4a356b9e
commit 408a0736c0
7 changed files with 66 additions and 60 deletions

View File

@@ -25,12 +25,12 @@ Maintain professional documentation standards without emoji usage.
File: `frontend/package.json`
- Add `"{package}": "{version}"` to dependencies
- No npm install needed - handled by container rebuild
- Testing: `make rebuild` then verify container starts
- Testing: Instruct user to rebuild the containers and report back build errors
### 2. Container-Validated Development Workflow (Production-only)
```bash
# After each change:
make rebuild # Rebuilds containers with new dependencies
Instruct user to rebuild the containers and report back build errors
make logs # Monitor for build/runtime errors
```