Merge pull request 'Added Test instructions to Readme' (#1) from TestBranch into main
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -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.
|
||||
|
||||
3. **Run Tests**:
|
||||
```bash
|
||||
bun run test
|
||||
```
|
||||
|
||||
## 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`.
|
||||
|
||||
Reference in New Issue
Block a user