Instructions for contributing to the hops project. This is a work in progress.
go build -C cmd/hops -o bin/hops
Make a directory for your hops installation
mkdir my-hiphops-app
cd my-hiphops-app
HIPHOPS_WEB_URL="http://localhost:3000" /path/to/hops-repo/cmd/hops/bin/hops init
HIPHOPS_WEB_URL="http://localhost:3000" /path/to/hops-repo/cmd/hops/bin/hops link
HIPHOPS_WEB_URL="http://localhost:3000" /path/to/hops-repo/cmd/hops/bin/hops up