Files
OpenHands/openhands/server/mock/README.md
Robert Brennan 01ae22ef57 Rename OpenDevin to OpenHands (#3472)
* Replace OpenDevin with OpenHands

* Update CONTRIBUTING.md

* Update README.md

* Update README.md

* update poetry lock; move opendevin folder to openhands

* fix env var

* revert image references in docs

* revert permissions

* revert permissions

---------

Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
2024-08-20 00:44:54 +08:00

11 lines
318 B
Markdown

# OpenHands 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.