# README
gRPC Framework
This framework makes it simple for developers to add gRPC and automated REST interfaces for their Golang applications.
Usage
Please see our Documentation for more information.
- FYI, we are in the process of creating tutorials and adding more documentation to the framework
grpc-framework Development
Documentation for the website
- Setup the environment to write documentation
$ make doc-env
- Bring up the webserver
$ make doc-serve
Now edit the files in the direcory website
.
- When done, build the website and add the
docs
dir to git:
$ make doc-build
For more information on mkdocs go to: