We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88700bb commit 438d70bCopy full SHA for 438d70b
1 file changed
README.md
@@ -78,24 +78,6 @@ We provide a comprehensive E2E test suite that runs against **LocalStack** (simu
78
make e2e-ai-down
79
```
80
81
-### Running Components Individually
82
-
83
-- **Start Infrastructure**:
84
- ```bash
85
- npm run dev
86
- ```
87
-- **Scanner Unit Tests**:
88
89
- cd backend/api
90
- go test ./internal/scanner/...
91
92
-- **GraphQL Playground**: Open http://localhost:8080/graphql after starting infrastructure.
93
94
-## Support
95
96
97
-For support, please open an issue in the standard GitHub issue tracker.
98
99
## License
100
101
This project is licensed under the MIT License - see the LICENSE file for details.
0 commit comments