mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 15:43:09 -06:00
14 lines
170 B
Markdown
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
|
|
```
|