11 lines
140 B
Markdown
11 lines
140 B
Markdown
# Conquest Framework
|
|
|
|
Compile with Nim:
|
|
```
|
|
nim c src/server/main.nim
|
|
```
|
|
|
|
From the `bin` directory, start the team server:
|
|
```
|
|
./server
|
|
``` |