website refactor

This commit is contained in:
2026-01-18 00:17:01 +01:00
parent 69d4cce7f1
commit 4b66c682a0
18 changed files with 847 additions and 87 deletions

View File

@@ -50,8 +50,15 @@ Individual applications support hot reload and watch mode during development:
## Testing Commands
GridPilot follows strict BDD (Behavior-Driven Development) with comprehensive test coverage:
GridPilot follows strict BDD (Behavior-Driven Development) with comprehensive test coverage.
### Local Verification Pipeline
Run this sequence before pushing to ensure correctness:
```bash
npm run lint && npm run typecheck && npm run test:unit && npm run test:integration
```
### Individual Commands
```bash
# Run all tests
npm test