Skip to main content

Development Setup

git clone https://github.com/angelsintheai/neural-commander.git
cd neural-commander/neural-commander-go
go mod download
go build -o ncmd ./cmd/nc

Full setup guide coming soon.