mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
11 lines
318 B
Markdown
11 lines
318 B
Markdown
# OpenDevin mock server
|
|
This is a simple mock server to facilitate development in the frontend.
|
|
|
|
## Start the Server
|
|
Follow the instructions in the README to install dependencies. Then run:
|
|
```
|
|
python listen.py
|
|
```
|
|
|
|
Then open the frontend to connect to the mock server. It will simply reply to every received message.
|