Added Test instructions to Readme
All checks were successful
gitleaks / gitleaks (push) Successful in 23s
OTA Dashboard Test / Explore-Gitea-Actions (push) Successful in 11s
gitleaks / gitleaks (pull_request) Successful in 2s

This commit is contained in:
Denis Urs Rudolph
2025-12-27 17:01:09 +01:00
parent 6956641dc4
commit d5da04ebf3

View File

@@ -31,5 +31,10 @@ The management interface for the OTA Fleet System. Built with Next.js to provide
``` ```
Open [http://localhost:3000](http://localhost:3000) in your browser. Open [http://localhost:3000](http://localhost:3000) in your browser.
3. **Run Tests**:
```bash
bun run test
```
## Configuration ## Configuration
* **API Proxy**: Requests to `/api/*` are forwarded to the backend (check `next.config.ts` or manually configured in `lib/api.ts` if using direct URL). Currently, `lib/api.ts` points to `http://localhost:5000`. * **API Proxy**: Requests to `/api/*` are forwarded to the backend (check `next.config.ts` or manually configured in `lib/api.ts` if using direct URL). Currently, `lib/api.ts` points to `http://localhost:5000`.