Contributing
Contributing
Community Involvement
Simply building Cayley
export GO111MODULE=on# clone project
git clone https://github.com/cayleygraph/cayley
cd cayley
# Download dependencies
go mod download
# Update web files (optional)
go run cmd/download_ui/download_ui.goGenerate static files go modules
build the binary
try the generated binary
Hacking on Cayley
Running Unit Tests
Last updated
Was this helpful?