12 lines
291 B
Markdown
12 lines
291 B
Markdown
# ddServer
|
|
|
|
This is a simple Webserver, which helps zou creating monsters for a dungeons & dragons game
|
|
|
|
## Installation
|
|
Either clone the repo and build it your self.
|
|
- You need to have go installed for that
|
|
|
|
Or download the latest release and start your server with
|
|
```bash
|
|
./ddServer
|
|
```
|