dendrite/local_test/README.md

14 lines
170 B
Markdown

# Run local dendirete test server
Build from project root:
```bash
./build.sh
```
Then run dendrite monolith server with test config:
```bash
./local_test/run.sh
```