xcodebuild c992a9f464 feat: add mock apis (#564) 1 год назад
..
README.md 9ab15b3287 add mock server (#214) 2 лет назад
listen.py c992a9f464 feat: add mock apis (#564) 1 год назад

README.md

OpenDevin mock server

This is a simple mock server to facilitate development in the frontend.

Start the Server

python -m pip install -r requirements.txt
python listen.py

Then open the frontend to connect to the mock server. It will simply reply to every received message.