bump readme
1 file changed
tree: 03651a9cfdc9010d235b2fbc565cb8e7d2981c53
  1. go/
  2. proto/
  3. .gitignore
  4. README.md
README.md

hscloud monorepo

This is the main git repository for all HSWAW cloud related code.

Building stuff

No bazel yet :^).

go get -d code.hackerspace.pl/hscloud
go generate code.hackerspace.pl/hscloud/...
go install code.hackerspace.pl/hscloud/go/svc/...

Running stuff in {dev,prod}

TODO(q3k): document this