Installation¶
Requirements¶
- Node.js 16+
- A running dflockd server
Install the client¶
Start the dflockd server¶
The client connects to a dflockd server. Install and run it:
# Install with Go
go install github.com/mtingers/dflockd/cmd/dflockd@latest
# Start with defaults (127.0.0.1:6388)
dflockd
See the dflockd documentation for server configuration options.