ddServer/README.md
Patryk Hegenberg 445455f341 added README.md
2024-03-07 08:14:27 +01:00

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
```