added README.md

This commit is contained in:
Patryk Hegenberg 2024-03-07 08:14:27 +01:00
parent 206b5bb506
commit 445455f341

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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
```