Very minimal MVP

This commit is contained in:
Eric Gullickson
2025-08-23 09:54:22 -05:00
parent d60c3ec00e
commit 6683f1eeff
12 changed files with 661 additions and 13 deletions

View File

@@ -3,8 +3,8 @@ Load .ai/context.json to understand the project's danger zones and loading strat
Load AI_README.md and @PROJECT_MAP.md to gain context on the application.
CRITICAL: All development practices and choices should be made taking into account the most context effecient interation with another AI. Any AI should be able to understand this applicaiton with minimal prompting.
CRITICAL: All development/testing happens in Docker containers
no local package installations:
CRITICAL: All development/testing happens in Docker containers, no local package installations:
- Development: Dockerfile.dev with npm install during container build
- Testing: make test runs tests in container
- Rebuilding: make rebuild for code changes
@@ -23,11 +23,10 @@ File: frontend/package.json
# After each change:
make rebuild # Rebuilds containers with new dependencies
make logs-frontend # Monitor for build/runtime errors
make logs # Monitor for build/runtime errors
3. Docker-Tested Component Development
- All testing in containers: make shell-frontend for debugging
- File watching works: Vite dev server with --host 0.0.0.0 in
container
- File watching works: Vite dev server with --host 0.0.0.0 in container
- Hot reload preserved: Volume mounts sync code changes