website refactor

This commit is contained in:
2026-01-17 00:28:25 +01:00
parent 7686aeb62d
commit 8ba46e96a6
5 changed files with 18 additions and 14 deletions

View File

@@ -101,14 +101,15 @@ The new unified e2e test environment runs **everything in Docker** - website, AP
npm run test:e2e:website
# Or step-by-step:
npm run docker:e2e:up # Start all services
npm run docker:e2e:up # Start all services (fast, uses cache)
npm run docker:e2e:build # Force rebuild website image
npm run docker:e2e:logs # View logs
npm run docker:e2e:down # Stop services
npm run docker:e2e:clean # Clean everything
```
**What this does:**
- Builds optimized website image with all SWC dependencies
- Builds optimized website image with all SWC dependencies (cached unless source changes)
- Starts PostgreSQL database (port 5434)
- Starts API server (port 3101)
- Starts website server (port 3100)