server/README.md
2024-06-01 20:39:05 +02:00

10 lines
234 B
Markdown

# Schnabu Server
## Getting Started
The server's OpenAPI contract is added via Git submodules. OpenAPI generator cli can be called via `just` if the cli is installed globally or the nix shell is used.
```sh
git clone
just init
```