Skip to content
Snippets Groups Projects
Commit ff16945c authored by gjahn's avatar gjahn
Browse files

Add node about ephemeral & persistent state in README

parent f62f333e
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,16 @@ or even used the project work.
#### Prerequisites:
* Go toolchain (install via system package manager or [by hand](https://go.dev/doc/install))
* [optional] [Redis](https://redis.io/docs/install/) to persist state
#### Build
#### State:
If the database host is not explicitly defined, then the state is ephemeral. For more
information checkout the [configuration code](./configuration/config.go).
#### Build:
1. Install dependencies: `go get -t ./...`
2. Run locally: `go run .`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment